#B9B25B

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

Shades of Olive Green #B9B25B

Tints of Olive Green #B9B25B

Color information

#B9B25B (or 0xB9B25B) is unknown color: approx Olive Green. HEX triplet: B9, B2 and 5B. RGB value is (185,178,91). Sum of RGB (Red+Green+Blue) = 185+178+91=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B25B is #464DA4. Grayscale: #AAAAAA. Windows color (decimal): -4607397 or 6009529. OLE color: 6009529.

HSL color Cylindrical-coordinate representation of color #B9B25B: hue angle of 55.53º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B9B25B is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB18517891-
CMYK00.040.510.27
HSL55.53º40.17%54.12%-
HSV(B)55.53º50.81%72.55%-
XYZ37.8242.9116.19-
YUV170.1883.32138.57-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.75%
GREEN value IS 178 (69.92% from 255) = 39.21%
BLUE value IS 91 (35.94% from 255) = 20.04%
R=40.75%
G=39.21%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851789100.040.510.2755.5340.1754.12
HexB9B25B04331B382836
Octal271262133046333705066
Binary10111001101100101011011010011001111011111000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B25B; }

 p { color: rgb(185,178,91); }

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

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

 a { background-color: rgb(185,178,91); }

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

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

 span { border-color: rgb(185,178,91); }

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