Html Css Color HEX #B9B863 Olive Green

📋 copy color: '#B9B863'

red 185 ◦ green 184 ◦ blue 99

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

Shades of Olive Green #B9B863

Tints of Olive Green #B9B863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.15%

R = 39.53%
G = 39.32%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B9B863 (or 0xB9B863) is known color: Olive Green. HEX triplet: B9, B8 and 63. RGB value is (185,184,99). Sum of RGB (Red+Green+Blue) = 185+184+99=468 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.53% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B863 is #46479C. Grayscale: #AEAEAE. Windows color (decimal): -4605853 or 6535353. OLE color: 6535353.

HSL color Cylindrical-coordinate representation of color #B9B863: hue angle of 59.3º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B9B863 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 184 99 -
CMYK 0 0.01 0.46 0.27
HSL 59.3º 0.38% 0.56% -
HSV(B) 59.3º 0.46% 0.73% -
XYZ 39.4 45.5 18.51 -
YUV 174.61 85.33 135.41 -
System Red Green Blue C M Y K H S L
Decimal 185 184 99 0 0.01 0.46 0.27 59.3 0.38 0.56
Hex B9 B8 63 0 1 2E 1B 3B 26 38
Octal 271 270 143 0 1 56 33 73 46 70
Binary 10111001 10111000 1100011 0 1 101110 11011 111011 100110 111000

Color Harmonies of #B9B863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B863

Black with #B9B863

Text Example


Text Example

White with #B9B863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B863; }

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

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

background-color css

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

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

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

border-color css

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

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

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