Html Css Color HEX #BCBB59 Olive Green

📋 copy color: '#BCBB59'

red 188 ◦ green 187 ◦ blue 89

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

Shades of Olive Green #BCBB59

Tints of Olive Green #BCBB59

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.3%

 BLUE value IS 89 (35.16% from 255) = 19.18%

R = 40.52%
G = 40.3%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BCBB59 (or 0xBCBB59) is known color: Olive Green. HEX triplet: BC, BB and 59. RGB value is (188,187,89). Sum of RGB (Red+Green+Blue) = 188+187+89=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 89 (35.16% from 255 or 19.18% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBB59 is #4344A6. Grayscale: #B0B0B0. Windows color (decimal): -4408487 or 5880764. OLE color: 5880764.

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

Color convert

RGB 188 187 89 -
CMYK 0 0.01 0.53 0.26
HSL 59.39º 0.42% 0.54% -
HSV(B) 59.39º 0.53% 0.74% -
XYZ 40.31 46.95 16.39 -
YUV 176.13 78.83 136.47 -
System Red Green Blue C M Y K H S L
Decimal 188 187 89 0 0.01 0.53 0.26 59.39 0.42 0.54
Hex BC BB 59 0 1 35 1A 3B 2A 36
Octal 274 273 131 0 1 65 32 73 52 66
Binary 10111100 10111011 1011001 0 1 110101 11010 111011 101010 110110

Color Harmonies of #BCBB59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB59

Black with #BCBB59

Text Example


Text Example

White with #BCBB59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB59; }

 p { color: rgb(188,187,89); }

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

background-color css

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

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

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

border-color css

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

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

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