#BCB156

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

Shades of Olive Green #BCB156

Tints of Olive Green #BCB156

Color information

#BCB156 (or 0xBCB156) is unknown color: approx Olive Green. HEX triplet: BC, B1 and 56. RGB value is (188,177,86). Sum of RGB (Red+Green+Blue) = 188+177+86=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB156 is #434EA9. Grayscale: #AAAAAA. Windows color (decimal): -4411050 or 5681596. OLE color: 5681596.

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

Color convert

RGB18817786-
CMYK00.060.540.26
HSL53.53º43.22%53.73%-
HSV(B)53.53º54.26%73.73%-
XYZ38.1442.8115.06-
YUV169.9280.64140.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.69%
GREEN value IS 177 (69.53% from 255) = 39.25%
BLUE value IS 86 (33.98% from 255) = 19.07%
R=41.69%
G=39.25%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881778600.060.540.2653.5343.2253.73
HexBCB15606361A362b36
Octal274261126066632665366
Binary10111100101100011010110011011011011010110110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB156; }

 p { color: rgb(188,177,86); }

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

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

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

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

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

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

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