#B9B34C

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

Shades of Olive Green #B9B34C

Tints of Olive Green #B9B34C

Color information

#B9B34C (or 0xB9B34C) is unknown color: approx Olive Green. HEX triplet: B9, B3 and 4C. RGB value is (185,179,76). Sum of RGB (Red+Green+Blue) = 185+179+76=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 179 (70.31% from 255 or 40.68% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B34C is #464CB3. Grayscale: #A9A9A9. Windows color (decimal): -4607156 or 5026745. OLE color: 5026745.

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

Color convert

RGB18517976-
CMYK00.030.590.27
HSL56.7º43.78%51.18%-
HSV(B)56.7º58.92%72.55%-
XYZ37.4343.0813.18-
YUV169.0575.49139.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 179 (70.31% from 255) = 40.68%
BLUE value IS 76 (30.08% from 255) = 17.27%
R=42.05%
G=40.68%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851797600.030.590.2756.743.7851.18
HexB9B34C033B1B392c33
Octal271263114037333715463
Binary1011100110110011100110001111101111011111001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B34C; }

 p { color: rgb(185,179,76); }

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

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

 a { background-color: rgb(185,179,76); }

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

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

 span { border-color: rgb(185,179,76); }

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