Html Css Color HEX #B9AF54 Olive Green

📋 copy color: '#B9AF54'

red 185 ◦ green 175 ◦ blue 84

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

Shades of Olive Green #B9AF54

Tints of Olive Green #B9AF54

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.2% from 255) = 18.92%

R = 41.67%
G = 39.41%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B9AF54 (or 0xB9AF54) is known color: 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

RGB 185 175 84 -
CMYK 0 0.05 0.55 0.27
HSL 54.06º 0.42% 0.53% -
HSV(B) 54.06º 0.55% 0.73% -
XYZ 36.94 41.61 14.47 -
YUV 167.62 80.81 140.4 -
System Red Green Blue C M Y K H S L
Decimal 185 175 84 0 0.05 0.55 0.27 54.06 0.42 0.53
Hex B9 AF 54 0 5 37 1B 36 2A 35
Octal 271 257 124 0 5 67 33 66 52 65
Binary 10111001 10101111 1010100 0 101 110111 11011 110110 101010 110101

Color Harmonies of #B9AF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AF54

Black with #B9AF54

Text Example


Text Example

White with #B9AF54

Text Example


Text Example

HTML Codes & Css Web 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>