#BCB55E

Color #BCB55E Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #BCB55E

Tints of Olive Green #BCB55E

Color information

#BCB55E (or 0xBCB55E) is unknown color: approx Olive Green. HEX triplet: BC, B5 and 5E. RGB value is (188,181,94). Sum of RGB (Red+Green+Blue) = 188+181+94=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 94 (37.11% from 255 or 20.30% from 463); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB55E is #434AA1. Grayscale: #ADADAD. Windows color (decimal): -4410018 or 6206908. OLE color: 6206908.

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

Color convert

RGB18818194-
CMYK00.040.500.26
HSL55.53º41.23%55.29%-
HSV(B)55.53º50%73.73%-
XYZ39.2844.5517.12-
YUV173.1883.32138.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.60%
GREEN value IS 181 (71.09% from 255) = 39.09%
BLUE value IS 94 (37.11% from 255) = 20.30%
R=40.60%
G=39.09%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.50
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881819400.040.500.2655.5341.2355.29
HexBCB55E04321A382937
Octal274265136046232705167
Binary10111100101101011011110010011001011010111000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB55E; }

 p { color: rgb(188,181,94); }

 H1.HeaderClassName
 {
   color: #BCB55E;
 }
 .AnyTagClassName
 {
   color: #BCB55E;
 }
</style>
background-color css

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

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

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

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

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

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