Html Css Color HEX #BCBC5C Olive Green

📋 copy color: '#BCBC5C'

red 188 ◦ green 188 ◦ blue 92

#BCBC5C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #BCBC5C

Tints of Olive Green #BCBC5C

RGB

 RED value IS 188 (73.83% from 255) = 40.17%

 GREEN value IS 188 (73.83% from 255) = 40.17%

 BLUE value IS 92 (36.33% from 255) = 19.66%

R = 40.17%
G = 40.17%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCBC5C (or 0xBCBC5C) is known color: Olive Green. HEX triplet: BC, BC and 5C. RGB value is (188,188,92). Sum of RGB (Red+Green+Blue) = 188+188+92=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 92 (36.33% from 255 or 19.66% from 468); Max value from RGB is 188 - color contains mainly: red, green. Hex color #BCBC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBC5C is #4343A3. Grayscale: #B1B1B1. Windows color (decimal): -4408228 or 6077628. OLE color: 6077628.

HSL color Cylindrical-coordinate representation of color #BCBC5C: hue angle of 60º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BCBC5C is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 188 92 -
CMYK 0 0 0.51 0.26
HSL 60º 0.42% 0.55% -
HSV(B) 60º 0.51% 0.74% -
XYZ 40.65 47.43 17.14 -
YUV 177.06 80 135.81 -
System Red Green Blue C M Y K H S L
Decimal 188 188 92 0 0 0.51 0.26 60 0.42 0.55
Hex BC BC 5C 0 0 33 1A 3C 2A 37
Octal 274 274 134 0 0 63 32 74 52 67
Binary 10111100 10111100 1011100 0 0 110011 11010 111100 101010 110111

Color Harmonies of #BCBC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBC5C

Black with #BCBC5C

Text Example


Text Example

White with #BCBC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBC5C; }

 p { color: rgb(188,188,92); }

 H1.HeaderClassName
 {
   color: #BCBC5C;
 }
 .AnyTagClassName
 {
   color: #BCBC5C;
 }
</style>

background-color css

<style>
 a { background-color: #BCBC5C; }

 a { background-color: rgb(188,188,92); }

 div.DivClassName
 {
   background-color: #BCBC5C;
 }
 .BgClassName
 {
   background-color: #BCBC5C;
 }
</style>

border-color css

<style>
 span { border-color: #BCBC5C; }

 span { border-color: rgb(188,188,92); }

 td.TdClassName
 {
   border-color: #BCBC5C;
 }
 .TagClassName
 {
   border-color: #BCBC5C;
 }
</style>