#B9BC5A

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

Shades of Olive Green #B9BC5A

Tints of Olive Green #B9BC5A

Color information

#B9BC5A (or 0xB9BC5A) is unknown color: approx Olive Green. HEX triplet: B9, BC and 5A. RGB value is (185,188,90). Sum of RGB (Red+Green+Blue) = 185+188+90=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9BC5A is #4643A5. Grayscale: #B0B0B0. Windows color (decimal): -4604838 or 5946553. OLE color: 5946553.

HSL color Cylindrical-coordinate representation of color #B9BC5A: hue angle of 61.84º 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 #B9BC5A is Cyan = 0.02, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB18518890-
CMYK0.0200.520.26
HSL61.84º42.24%54.51%-
HSV(B)61.84º52.13%73.73%-
XYZ39.8447.0216.65-
YUV175.9379.51134.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 188 (73.83% from 255) = 40.60%
BLUE value IS 90 (35.55% from 255) = 19.44%
R=39.96%
G=40.60%
B=19.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185188900.0200.520.2661.8442.2454.51
HexB9BC5A20341A3e2a37
Octal271274132206432765267
Binary1011100110111100101101010011010011010111110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BC5A; }

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

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

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

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

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

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

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

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