Html Css Color HEX #99995E Avocado

📋 copy color: '#99995E'

red 153 ◦ green 153 ◦ blue 94

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

Shades of Avocado #99995E

Tints of Avocado #99995E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.25%

 BLUE value IS 94 (37.11% from 255) = 23.5%

R = 38.25%
G = 38.25%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#99995E (or 0x99995E) is known color: Avocado. HEX triplet: 99, 99 and 5E. RGB value is (153,153,94). Sum of RGB (Red+Green+Blue) = 153+153+94=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 153 - color contains mainly: red, green. Hex color #99995E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99995E is #6666A1. Grayscale: #929292. Windows color (decimal): -6710946 or 6199705. OLE color: 6199705.

HSL color Cylindrical-coordinate representation of color #99995E: hue angle of 60º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99995E is Cyan = 0, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 153 94 -
CMYK 0 0 0.39 0.4
HSL 60º 0.24% 0.48% -
HSV(B) 60º 0.39% 0.6% -
XYZ 26.55 30.36 15.05 -
YUV 146.27 98.5 132.8 -
System Red Green Blue C M Y K H S L
Decimal 153 153 94 0 0 0.39 0.4 60 0.24 0.48
Hex 99 99 5E 0 0 27 28 3C 18 30
Octal 231 231 136 0 0 47 50 74 30 60
Binary 10011001 10011001 1011110 0 0 100111 101000 111100 11000 110000

Color Harmonies of #99995E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99995E

Black with #99995E

Text Example


Text Example

White with #99995E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99995E; }

 p { color: rgb(153,153,94); }

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

background-color css

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

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

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

border-color css

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

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

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