Html Css Color HEX #B9B852 Olive Green

📋 copy color: '#B9B852'

red 185 ◦ green 184 ◦ blue 82

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

Shades of Olive Green #B9B852

Tints of Olive Green #B9B852

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.8%

 BLUE value IS 82 (32.42% from 255) = 18.18%

R = 41.02%
G = 40.8%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#B9B852 (or 0xB9B852) is known color: Olive Green. HEX triplet: B9, B8 and 52. RGB value is (185,184,82). Sum of RGB (Red+Green+Blue) = 185+184+82=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 184 (72.27% from 255 or 40.80% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B852 is #4647AD. Grayscale: #ADADAD. Windows color (decimal): -4605870 or 5421241. OLE color: 5421241.

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

Color convert

RGB 185 184 82 -
CMYK 0 0.01 0.56 0.27
HSL 59.42º 0.42% 0.52% -
HSV(B) 59.42º 0.56% 0.73% -
XYZ 38.67 45.2 14.67 -
YUV 172.67 76.83 136.79 -
System Red Green Blue C M Y K H S L
Decimal 185 184 82 0 0.01 0.56 0.27 59.42 0.42 0.52
Hex B9 B8 52 0 1 38 1B 3B 2A 34
Octal 271 270 122 0 1 70 33 73 52 64
Binary 10111001 10111000 1010010 0 1 111000 11011 111011 101010 110100

Color Harmonies of #B9B852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B852

Black with #B9B852

Text Example


Text Example

White with #B9B852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B852; }

 p { color: rgb(185,184,82); }

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

background-color css

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

 a { background-color: rgb(185,184,82); }

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

border-color css

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

 span { border-color: rgb(185,184,82); }

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