#9BCD97

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

Shades of Granny Smith Apple #9BCD97

Tints of Granny Smith Apple #9BCD97

Color information

#9BCD97 (or 0x9BCD97) is unknown color: approx Granny Smith Apple. HEX triplet: 9B, CD and 97. RGB value is (155,205,151). Sum of RGB (Red+Green+Blue) = 155+205+151=511 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.33% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 151 (59.38% from 255 or 29.55% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCD97 is #643268. Grayscale: #B8B8B8. Windows color (decimal): -6566505 or 9948571. OLE color: 9948571.

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

Color convert

RGB155205151-
CMYK0.2400.260.20
HSL115.56º35.06%69.8%-
HSV(B)115.56º26.34%80.39%-
XYZ40.9352.8737.32-
YUV183.89109.44107.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.33%
GREEN value IS 205 (80.47% from 255) = 40.12%
BLUE value IS 151 (59.38% from 255) = 29.55%
R=30.33%
G=40.12%
B=29.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1552051510.2400.260.20115.5635.0669.8
Hex9BCD971801A14742346
Octal233315227300322416443106
Binary100110111100110110010111110000110101010011101001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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