#99DB92

Color #99DB92 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #99DB92

Tints of Granny Smith Apple #99DB92

Color information

#99DB92 (or 0x99DB92) is unknown color: approx Granny Smith Apple. HEX triplet: 99, DB and 92. RGB value is (153,219,146). Sum of RGB (Red+Green+Blue) = 153+219+146=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DB92 is #66246D. Grayscale: #BFBFBF. Windows color (decimal): -6693998 or 9624473. OLE color: 9624473.

HSL color Cylindrical-coordinate representation of color #99DB92: hue angle of 114.25º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99DB92 is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB153219146-
CMYK0.3000.330.14
HSL114.25º50.34%71.57%-
HSV(B)114.25º33.33%85.88%-
XYZ43.6659.5136.38-
YUV190.94102.63100.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.54%
GREEN value IS 219 (85.94% from 255) = 42.28%
BLUE value IS 146 (57.42% from 255) = 28.19%
R=29.54%
G=42.28%
B=28.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1532191460.3000.330.14114.2550.3471.57
Hex99DB921E021E723248
Octal231333222360411616262110
Binary100110011101101110010010111100100001111011100101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99DB92; }

 p { color: rgb(153,219,146); }

 H1.HeaderClassName
 {
   color: #99DB92;
 }
 .AnyTagClassName
 {
   color: #99DB92;
 }
</style>
background-color css

<style>
 a { background-color: #99DB92; }

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

 div.DivClassName
 {
   background-color: #99DB92;
 }
 .BgClassName
 {
   background-color: #99DB92;
 }
</style>
border-color css

<style>
 span { border-color: #99DB92; }

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

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