Html Css Color HEX #B9B155 Olive Green

📋 copy color: '#B9B155'

red 185 ◦ green 177 ◦ blue 85

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

Shades of Olive Green #B9B155

Tints of Olive Green #B9B155

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.6%

 BLUE value IS 85 (33.59% from 255) = 19.02%

R = 41.39%
G = 39.6%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B9B155 (or 0xB9B155) is known color: Olive Green. HEX triplet: B9, B1 and 55. RGB value is (185,177,85). Sum of RGB (Red+Green+Blue) = 185+177+85=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 85 (33.59% from 255 or 19.02% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B155 is #464EAA. Grayscale: #A9A9A9. Windows color (decimal): -4607659 or 5616057. OLE color: 5616057.

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

Color convert

RGB 185 177 85 -
CMYK 0 0.04 0.54 0.27
HSL 55.2º 0.42% 0.53% -
HSV(B) 55.2º 0.54% 0.73% -
XYZ 37.37 42.41 14.81 -
YUV 168.9 80.65 139.48 -
System Red Green Blue C M Y K H S L
Decimal 185 177 85 0 0.04 0.54 0.27 55.2 0.42 0.53
Hex B9 B1 55 0 4 36 1B 37 2A 35
Octal 271 261 125 0 4 66 33 67 52 65
Binary 10111001 10110001 1010101 0 100 110110 11011 110111 101010 110101

Color Harmonies of #B9B155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B155

Black with #B9B155

Text Example


Text Example

White with #B9B155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B155; }

 p { color: rgb(185,177,85); }

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

background-color css

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

 a { background-color: rgb(185,177,85); }

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

border-color css

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

 span { border-color: rgb(185,177,85); }

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