#B9B461

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

Shades of Olive Green #B9B461

Tints of Olive Green #B9B461

Color information

#B9B461 (or 0xB9B461) is unknown color: approx Olive Green. HEX triplet: B9, B4 and 61. RGB value is (185,180,97). Sum of RGB (Red+Green+Blue) = 185+180+97=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 97 (38.28% from 255 or 21.00% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B461 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B461 is #464B9E. Grayscale: #ACACAC. Windows color (decimal): -4606879 or 6403257. OLE color: 6403257.

HSL color Cylindrical-coordinate representation of color #B9B461: hue angle of 56.59º 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 #B9B461 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB18518097-
CMYK00.030.480.27
HSL56.59º38.6%55.29%-
HSV(B)56.59º47.57%72.55%-
XYZ38.4943.8217.74-
YUV172.0385.66137.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.04%
GREEN value IS 180 (70.70% from 255) = 38.96%
BLUE value IS 97 (38.28% from 255) = 21.00%
R=40.04%
G=38.96%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851809700.030.480.2756.5938.655.29
HexB9B46103301B392737
Octal271264141036033714767
Binary1011100110110100110000101111000011011111001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B461; }

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

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

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

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

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

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

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

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