#BCB55F

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

Shades of Olive Green #BCB55F

Tints of Olive Green #BCB55F

Color information

#BCB55F (or 0xBCB55F) is unknown color: approx Olive Green. HEX triplet: BC, B5 and 5F. RGB value is (188,181,95). Sum of RGB (Red+Green+Blue) = 188+181+95=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 181 (71.09% from 255 or 39.01% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB55F is #434AA0. Grayscale: #ADADAD. Windows color (decimal): -4410017 or 6272444. OLE color: 6272444.

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

Color convert

RGB18818195-
CMYK00.040.490.26
HSL55.48º40.97%55.49%-
HSV(B)55.48º49.47%73.73%-
XYZ39.3344.5717.36-
YUV173.2983.82138.49-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.52%
GREEN value IS 181 (71.09% from 255) = 39.01%
BLUE value IS 95 (37.5% from 255) = 20.47%
R=40.52%
G=39.01%
B=20.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881819500.040.490.2655.4840.9755.49
HexBCB55F04311A372937
Octal274265137046132675167
Binary10111100101101011011111010011000111010110111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB55F; }

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

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

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

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

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

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

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

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