#B9B051

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

Shades of Olive Green #B9B051

Tints of Olive Green #B9B051

Color information

#B9B051 (or 0xB9B051) is unknown color: approx Olive Green. HEX triplet: B9, B0 and 51. RGB value is (185,176,81). Sum of RGB (Red+Green+Blue) = 185+176+81=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B051 is #464FAE. Grayscale: #A8A8A8. Windows color (decimal): -4607919 or 5353657. OLE color: 5353657.

HSL color Cylindrical-coordinate representation of color #B9B051: hue angle of 54.81º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B9B051 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB18517681-
CMYK00.050.560.27
HSL54.81º42.62%52.16%-
HSV(B)54.81º56.22%72.55%-
XYZ37.0241.9613.93-
YUV167.8678.98140.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.86%
GREEN value IS 176 (69.14% from 255) = 39.82%
BLUE value IS 81 (32.03% from 255) = 18.33%
R=41.86%
G=39.82%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851768100.050.560.2754.8142.6252.16
HexB9B05105381B372b34
Octal271260121057033675364
Binary10111001101100001010001010111100011011110111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B051; }

 p { color: rgb(185,176,81); }

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

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

 a { background-color: rgb(185,176,81); }

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

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

 span { border-color: rgb(185,176,81); }

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