Html Css Color HEX #99955B Avocado

📋 copy color: '#99955B'

red 153 ◦ green 149 ◦ blue 91

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

Shades of Avocado #99955B

Tints of Avocado #99955B

RGB

 RED value IS 153 (60.16% from 255) = 38.93%

 GREEN value IS 149 (58.59% from 255) = 37.91%

 BLUE value IS 91 (35.94% from 255) = 23.16%

R = 38.93%
G = 37.91%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#99955B (or 0x99955B) is known color: Avocado. HEX triplet: 99, 95 and 5B. RGB value is (153,149,91). Sum of RGB (Red+Green+Blue) = 153+149+91=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #99955B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99955B is #666AA4. Grayscale: #8F8F8F. Windows color (decimal): -6711973 or 6002073. OLE color: 6002073.

HSL color Cylindrical-coordinate representation of color #99955B: hue angle of 56.13º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99955B is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 149 91 -
CMYK 0 0.03 0.41 0.4
HSL 56.13º 0.25% 0.48% -
HSV(B) 56.13º 0.41% 0.6% -
XYZ 25.77 29.02 14.14 -
YUV 143.58 98.33 134.72 -
System Red Green Blue C M Y K H S L
Decimal 153 149 91 0 0.03 0.41 0.4 56.13 0.25 0.48
Hex 99 95 5B 0 3 29 28 38 19 30
Octal 231 225 133 0 3 51 50 70 31 60
Binary 10011001 10010101 1011011 0 11 101001 101000 111000 11001 110000

Color Harmonies of #99955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99955B

Black with #99955B

Text Example


Text Example

White with #99955B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99955B; }

 p { color: rgb(153,149,91); }

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

background-color css

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

 a { background-color: rgb(153,149,91); }

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

border-color css

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

 span { border-color: rgb(153,149,91); }

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