#99995F

Color #99995F Avocado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Avocado #99995F

Tints of Avocado #99995F

Color information

#99995F (or 0x99995F) is unknown color: approx 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

RGB15315395-
CMYK000.380.4
HSL60º23.39%48.63%-
HSV(B)60º37.91%60%-
XYZ26.5930.3815.29-
YUV146.3999132.72-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315395000.380.46023.3948.63
Hex99995F0026283c1731
Octal231231137004650742761
Binary100110011001100110111110010011010100011110010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>