#B9AF54

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

Shades of Olive Green #B9AF54

Tints of Olive Green #B9AF54

Color information

#B9AF54 (or 0xB9AF54) is unknown color: approx Olive Green. HEX triplet: B9, AF and 54. RGB value is (185,175,84). Sum of RGB (Red+Green+Blue) = 185+175+84=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 84 (33.20% from 255 or 18.92% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AF54 is #4650AB. Grayscale: #A7A7A7. Windows color (decimal): -4608172 or 5550009. OLE color: 5550009.

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

Color convert

RGB18517584-
CMYK00.050.550.27
HSL54.06º41.91%52.75%-
HSV(B)54.06º54.59%72.55%-
XYZ36.9441.6114.47-
YUV167.6280.81140.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.67%
GREEN value IS 175 (68.75% from 255) = 39.41%
BLUE value IS 84 (33.20% from 255) = 18.92%
R=41.67%
G=39.41%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851758400.050.550.2754.0641.9152.75
HexB9AF5405371B362a35
Octal271257124056733665265
Binary10111001101011111010100010111011111011110110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AF54; }

 p { color: rgb(185,175,84); }

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

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

 a { background-color: rgb(185,175,84); }

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

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

 span { border-color: rgb(185,175,84); }

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