#9BCD96

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

Shades of Granny Smith Apple #9BCD96

Tints of Granny Smith Apple #9BCD96

Color information

#9BCD96 (or 0x9BCD96) is unknown color: approx Granny Smith Apple. HEX triplet: 9B, CD and 96. RGB value is (155,205,150). Sum of RGB (Red+Green+Blue) = 155+205+150=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCD96 is #643269. Grayscale: #B7B7B7. Windows color (decimal): -6566506 or 9883035. OLE color: 9883035.

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

Color convert

RGB155205150-
CMYK0.2400.270.20
HSL114.55º35.48%69.61%-
HSV(B)114.55º26.83%80.39%-
XYZ40.8552.8336.9-
YUV183.78108.94107.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.39%
GREEN value IS 205 (80.47% from 255) = 40.20%
BLUE value IS 150 (58.98% from 255) = 29.41%
R=30.39%
G=40.20%
B=29.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1552051500.2400.270.20114.5535.4869.61
Hex9BCD961801B14732346
Octal233315226300332416343106
Binary100110111100110110010110110000110111010011100111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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