#9BCC96

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

Shades of Granny Smith Apple #9BCC96

Tints of Granny Smith Apple #9BCC96

Color information

#9BCC96 (or 0x9BCC96) is unknown color: approx Granny Smith Apple. HEX triplet: 9B, CC and 96. RGB value is (155,204,150). Sum of RGB (Red+Green+Blue) = 155+204+150=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCC96 is #643369. Grayscale: #B7B7B7. Windows color (decimal): -6566762 or 9882779. OLE color: 9882779.

HSL color Cylindrical-coordinate representation of color #9BCC96: hue angle of 114.44º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BCC96 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB155204150-
CMYK0.2400.260.2
HSL114.44º34.62%69.41%-
HSV(B)114.44º26.47%80%-
XYZ40.6252.3636.82-
YUV183.19109.27107.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.45%
GREEN value IS 204 (80.08% from 255) = 40.08%
BLUE value IS 150 (58.98% from 255) = 29.47%
R=30.45%
G=40.08%
B=29.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1552041500.2400.260.2114.4434.6269.41
Hex9BCC961801A14722345
Octal233314226300322416243105
Binary100110111100110010010110110000110101010011100101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BCC96; }

 p { color: rgb(155,204,150); }

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

<style>
 a { background-color: #9BCC96; }

 a { background-color: rgb(155,204,150); }

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

<style>
 span { border-color: #9BCC96; }

 span { border-color: rgb(155,204,150); }

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