#B9B661

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

Shades of Olive Green #B9B661

Tints of Olive Green #B9B661

Color information

#B9B661 (or 0xB9B661) is unknown color: approx Olive Green. HEX triplet: B9, B6 and 61. RGB value is (185,182,97). Sum of RGB (Red+Green+Blue) = 185+182+97=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 97 (38.28% from 255 or 20.91% from 464); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B661 is #46499E. Grayscale: #ADADAD. Windows color (decimal): -4606367 or 6403769. OLE color: 6403769.

HSL color Cylindrical-coordinate representation of color #B9B661: hue angle of 57.95º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B9B661 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB18518297-
CMYK00.020.480.27
HSL57.95º38.6%55.29%-
HSV(B)57.95º47.57%72.55%-
XYZ38.8944.6317.87-
YUV173.2184.99136.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.87%
GREEN value IS 182 (71.48% from 255) = 39.22%
BLUE value IS 97 (38.28% from 255) = 20.91%
R=39.87%
G=39.22%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851829700.020.480.2757.9538.655.29
HexB9B66102301B3a2737
Octal271266141026033724767
Binary1011100110110110110000101011000011011111010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B661; }

 p { color: rgb(185,182,97); }

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

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

 a { background-color: rgb(185,182,97); }

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

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

 span { border-color: rgb(185,182,97); }

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