#B9B24D

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

Shades of Olive Green #B9B24D

Tints of Olive Green #B9B24D

Color information

#B9B24D (or 0xB9B24D) is unknown color: approx Olive Green. HEX triplet: B9, B2 and 4D. RGB value is (185,178,77). Sum of RGB (Red+Green+Blue) = 185+178+77=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B24D is #464DB2. Grayscale: #A8A8A8. Windows color (decimal): -4607411 or 5092025. OLE color: 5092025.

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

Color convert

RGB18517877-
CMYK00.040.580.27
HSL56.11º43.55%51.37%-
HSV(B)56.11º58.38%72.55%-
XYZ37.2742.6913.3-
YUV168.5876.32139.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 178 (69.92% from 255) = 40.45%
BLUE value IS 77 (30.47% from 255) = 17.5%
R=42.05%
G=40.45%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851787700.040.580.2756.1143.5551.37
HexB9B24D043A1B382c33
Octal271262115047233705463
Binary10111001101100101001101010011101011011111000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B24D; }

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

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

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

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

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

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

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

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