Html Css Color HEX #B9AF51 Olive Green

📋 copy color: '#B9AF51'

red 185 ◦ green 175 ◦ blue 81

#B9AF51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #B9AF51

Tints of Olive Green #B9AF51

RGB

 RED value IS 185 (72.66% from 255) = 41.95%

 GREEN value IS 175 (68.75% from 255) = 39.68%

 BLUE value IS 81 (32.03% from 255) = 18.37%

R = 41.95%
G = 39.68%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B9AF51 (or 0xB9AF51) is known color: Olive Green. HEX triplet: B9, AF and 51. RGB value is (185,175,81). Sum of RGB (Red+Green+Blue) = 185+175+81=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 81 (32.03% from 255 or 18.37% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AF51 is #4650AE. Grayscale: #A7A7A7. Windows color (decimal): -4608175 or 5353401. OLE color: 5353401.

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

Color convert

RGB 185 175 81 -
CMYK 0 0.05 0.56 0.27
HSL 54.23º 0.43% 0.52% -
HSV(B) 54.23º 0.56% 0.73% -
XYZ 36.82 41.57 13.87 -
YUV 167.27 79.31 140.64 -
System Red Green Blue C M Y K H S L
Decimal 185 175 81 0 0.05 0.56 0.27 54.23 0.43 0.52
Hex B9 AF 51 0 5 38 1B 36 2B 34
Octal 271 257 121 0 5 70 33 66 53 64
Binary 10111001 10101111 1010001 0 101 111000 11011 110110 101011 110100

Color Harmonies of #B9AF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF51

Black with #B9AF51

Text Example


Text Example

White with #B9AF51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AF51; }

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

 H1.HeaderClassName
 {
   color: #B9AF51;
 }
 .AnyTagClassName
 {
   color: #B9AF51;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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