#BCB259

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

Shades of Olive Green #BCB259

Tints of Olive Green #BCB259

Color information

#BCB259 (or 0xBCB259) is unknown color: approx Olive Green. HEX triplet: BC, B2 and 59. RGB value is (188,178,89). Sum of RGB (Red+Green+Blue) = 188+178+89=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB259 is #434DA6. Grayscale: #ABABAB. Windows color (decimal): -4410791 or 5878460. OLE color: 5878460.

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

Color convert

RGB18817889-
CMYK00.050.530.26
HSL53.94º42.49%54.31%-
HSV(B)53.94º52.66%73.73%-
XYZ38.4643.2515.77-
YUV170.8481.81140.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.32%
GREEN value IS 178 (69.92% from 255) = 39.12%
BLUE value IS 89 (35.16% from 255) = 19.56%
R=41.32%
G=39.12%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881788900.050.530.2653.9442.4954.31
HexBCB25905351A362a36
Octal274262131056532665266
Binary10111100101100101011001010111010111010110110101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB259; }

 p { color: rgb(188,178,89); }

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

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

 a { background-color: rgb(188,178,89); }

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

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

 span { border-color: rgb(188,178,89); }

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