Html Css Color HEX #B9B653 Olive Green

📋 copy color: '#B9B653'

red 185 ◦ green 182 ◦ blue 83

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

Shades of Olive Green #B9B653

Tints of Olive Green #B9B653

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.44%

 BLUE value IS 83 (32.81% from 255) = 18.44%

R = 41.11%
G = 40.44%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#B9B653 (or 0xB9B653) is known color: Olive Green. HEX triplet: B9, B6 and 53. RGB value is (185,182,83). Sum of RGB (Red+Green+Blue) = 185+182+83=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 83 (32.81% from 255 or 18.44% from 450); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B653 is #4649AC. Grayscale: #ACACAC. Windows color (decimal): -4606381 or 5486265. OLE color: 5486265.

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

Color convert

RGB 185 182 83 -
CMYK 0 0.02 0.55 0.27
HSL 58.24º 0.42% 0.53% -
HSV(B) 58.24º 0.55% 0.73% -
XYZ 38.3 44.39 14.73 -
YUV 171.61 77.99 137.55 -
System Red Green Blue C M Y K H S L
Decimal 185 182 83 0 0.02 0.55 0.27 58.24 0.42 0.53
Hex B9 B6 53 0 2 37 1B 3A 2A 35
Octal 271 266 123 0 2 67 33 72 52 65
Binary 10111001 10110110 1010011 0 10 110111 11011 111010 101010 110101

Color Harmonies of #B9B653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B653

Black with #B9B653

Text Example


Text Example

White with #B9B653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B653; }

 p { color: rgb(185,182,83); }

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

background-color css

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

 a { background-color: rgb(185,182,83); }

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

border-color css

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

 span { border-color: rgb(185,182,83); }

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