Html Css Color HEX #99995F Avocado

📋 copy color: '#99995F'

red 153 ◦ green 153 ◦ blue 95

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

Shades of Avocado #99995F

Tints of Avocado #99995F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.69%

R = 38.15%
G = 38.15%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#99995F (or 0x99995F) is known color: Avocado. HEX triplet: 99, 99 and 5F. RGB value is (153,153,95). Sum of RGB (Red+Green+Blue) = 153+153+95=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 153 - color contains mainly: red, green. Hex color #99995F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99995F is #6666A0. Grayscale: #929292. Windows color (decimal): -6710945 or 6265241. OLE color: 6265241.

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

Color convert

RGB 153 153 95 -
CMYK 0 0 0.38 0.4
HSL 60º 0.23% 0.49% -
HSV(B) 60º 0.38% 0.6% -
XYZ 26.59 30.38 15.29 -
YUV 146.39 99 132.72 -
System Red Green Blue C M Y K H S L
Decimal 153 153 95 0 0 0.38 0.4 60 0.23 0.49
Hex 99 99 5F 0 0 26 28 3C 17 31
Octal 231 231 137 0 0 46 50 74 27 61
Binary 10011001 10011001 1011111 0 0 100110 101000 111100 10111 110001

Color Harmonies of #99995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99995F

Black with #99995F

Text Example


Text Example

White with #99995F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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