Html Css Color HEX #99995C Avocado

📋 copy color: '#99995C'

red 153 ◦ green 153 ◦ blue 92

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

Shades of Avocado #99995C

Tints of Avocado #99995C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.12%

R = 38.44%
G = 38.44%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#99995C (or 0x99995C) is known color: Avocado. HEX triplet: 99, 99 and 5C. RGB value is (153,153,92). Sum of RGB (Red+Green+Blue) = 153+153+92=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 153 - color contains mainly: red, green. Hex color #99995C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99995C is #6666A3. Grayscale: #929292. Windows color (decimal): -6710948 or 6068633. OLE color: 6068633.

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

Color convert

RGB 153 153 92 -
CMYK 0 0 0.40 0.4
HSL 60º 0.25% 0.48% -
HSV(B) 60º 0.4% 0.6% -
XYZ 26.46 30.33 14.58 -
YUV 146.05 97.5 132.96 -
System Red Green Blue C M Y K H S L
Decimal 153 153 92 0 0 0.40 0.4 60 0.25 0.48
Hex 99 99 5C 0 0 28 28 3C 19 30
Octal 231 231 134 0 0 50 50 74 31 60
Binary 10011001 10011001 1011100 0 0 101000 101000 111100 11001 110000

Color Harmonies of #99995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99995C

Black with #99995C

Text Example


Text Example

White with #99995C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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