Html Css Color HEX #BCB85B Olive Green

📋 copy color: '#BCB85B'

red 188 ◦ green 184 ◦ blue 91

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

Shades of Olive Green #BCB85B

Tints of Olive Green #BCB85B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.74%

 BLUE value IS 91 (35.94% from 255) = 19.65%

R = 40.6%
G = 39.74%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BCB85B (or 0xBCB85B) is known color: Olive Green. HEX triplet: BC, B8 and 5B. RGB value is (188,184,91). Sum of RGB (Red+Green+Blue) = 188+184+91=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB85B is #4347A4. Grayscale: #AEAEAE. Windows color (decimal): -4409253 or 6011068. OLE color: 6011068.

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

Color convert

RGB 188 184 91 -
CMYK 0 0.02 0.52 0.26
HSL 57.53º 0.42% 0.55% -
HSV(B) 57.53º 0.52% 0.74% -
XYZ 39.77 45.73 16.63 -
YUV 174.59 80.83 137.56 -
System Red Green Blue C M Y K H S L
Decimal 188 184 91 0 0.02 0.52 0.26 57.53 0.42 0.55
Hex BC B8 5B 0 2 34 1A 3A 2A 37
Octal 274 270 133 0 2 64 32 72 52 67
Binary 10111100 10111000 1011011 0 10 110100 11010 111010 101010 110111

Color Harmonies of #BCB85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB85B

Black with #BCB85B

Text Example


Text Example

White with #BCB85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB85B; }

 p { color: rgb(188,184,91); }

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

background-color css

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

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

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

border-color css

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

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

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