#BCB75A

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

Shades of Olive Green #BCB75A

Tints of Olive Green #BCB75A

Color information

#BCB75A (or 0xBCB75A) is unknown color: approx Olive Green. HEX triplet: BC, B7 and 5A. RGB value is (188,183,90). Sum of RGB (Red+Green+Blue) = 188+183+90=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 90 (35.55% from 255 or 19.52% from 461); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB75A is #4348A5. Grayscale: #AEAEAE. Windows color (decimal): -4409510 or 5945276. OLE color: 5945276.

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

Color convert

RGB18818390-
CMYK00.030.520.26
HSL56.94º42.24%54.51%-
HSV(B)56.94º52.13%73.73%-
XYZ39.5245.316.33-
YUV173.8980.66138.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 183 (71.88% from 255) = 39.70%
BLUE value IS 90 (35.55% from 255) = 19.52%
R=40.78%
G=39.70%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881839000.030.520.2656.9442.2454.51
HexBCB75A03341A392a37
Octal274267132036432715267
Binary1011110010110111101101001111010011010111001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB75A; }

 p { color: rgb(188,183,90); }

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

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

 a { background-color: rgb(188,183,90); }

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

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

 span { border-color: rgb(188,183,90); }

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