Html Css Color HEX #B9B255 Olive Green

📋 copy color: '#B9B255'

red 185 ◦ green 178 ◦ blue 85

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

Shades of Olive Green #B9B255

Tints of Olive Green #B9B255

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.73%

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

R = 41.29%
G = 39.73%
B = 18.97%

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

#B9B255 (or 0xB9B255) is known color: Olive Green. HEX triplet: B9, B2 and 55. RGB value is (185,178,85). Sum of RGB (Red+Green+Blue) = 185+178+85=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B255 is #464DAA. Grayscale: #A9A9A9. Windows color (decimal): -4607403 or 5616313. OLE color: 5616313.

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

Color convert

RGB 185 178 85 -
CMYK 0 0.04 0.54 0.27
HSL 55.8º 0.42% 0.53% -
HSV(B) 55.8º 0.54% 0.73% -
XYZ 37.57 42.81 14.88 -
YUV 169.49 80.32 139.06 -
System Red Green Blue C M Y K H S L
Decimal 185 178 85 0 0.04 0.54 0.27 55.8 0.42 0.53
Hex B9 B2 55 0 4 36 1B 38 2A 35
Octal 271 262 125 0 4 66 33 70 52 65
Binary 10111001 10110010 1010101 0 100 110110 11011 111000 101010 110101

Color Harmonies of #B9B255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B255

Black with #B9B255

Text Example


Text Example

White with #B9B255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B255; }

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

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

background-color css

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

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

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

border-color css

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

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

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