#BCB155

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

Shades of Olive Green #BCB155

Tints of Olive Green #BCB155

Color information

#BCB155 (or 0xBCB155) is unknown color: approx Olive Green. HEX triplet: BC, B1 and 55. RGB value is (188,177,85). Sum of RGB (Red+Green+Blue) = 188+177+85=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB155 is #434EAA. Grayscale: #AAAAAA. Windows color (decimal): -4411051 or 5616060. OLE color: 5616060.

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

Color convert

RGB18817785-
CMYK00.060.550.26
HSL53.59º43.46%53.53%-
HSV(B)53.59º54.79%73.73%-
XYZ38.142.7914.85-
YUV169.880.14140.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.78%
GREEN value IS 177 (69.53% from 255) = 39.33%
BLUE value IS 85 (33.59% from 255) = 18.89%
R=41.78%
G=39.33%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881778500.060.550.2653.5943.4653.53
HexBCB15506371A362b36
Octal274261125066732665366
Binary10111100101100011010101011011011111010110110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB155; }

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

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

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

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

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

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

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

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