Html Css Color HEX #B9B051 Olive Green

📋 copy color: '#B9B051'

red 185 ◦ green 176 ◦ blue 81

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

Shades of Olive Green #B9B051

Tints of Olive Green #B9B051

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.82%

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

R = 41.86%
G = 39.82%
B = 18.33%

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

#B9B051 (or 0xB9B051) is known color: Olive Green. HEX triplet: B9, B0 and 51. RGB value is (185,176,81). Sum of RGB (Red+Green+Blue) = 185+176+81=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B051 is #464FAE. Grayscale: #A8A8A8. Windows color (decimal): -4607919 or 5353657. OLE color: 5353657.

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

Color convert

RGB 185 176 81 -
CMYK 0 0.05 0.56 0.27
HSL 54.81º 0.43% 0.52% -
HSV(B) 54.81º 0.56% 0.73% -
XYZ 37.02 41.96 13.93 -
YUV 167.86 78.98 140.22 -
System Red Green Blue C M Y K H S L
Decimal 185 176 81 0 0.05 0.56 0.27 54.81 0.43 0.52
Hex B9 B0 51 0 5 38 1B 37 2B 34
Octal 271 260 121 0 5 70 33 67 53 64
Binary 10111001 10110000 1010001 0 101 111000 11011 110111 101011 110100

Color Harmonies of #B9B051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B051

Black with #B9B051

Text Example


Text Example

White with #B9B051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B051; }

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

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

background-color css

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

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

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

border-color css

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

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

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