#9BCC95

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

Shades of Granny Smith Apple #9BCC95

Tints of Granny Smith Apple #9BCC95

Color information

#9BCC95 (or 0x9BCC95) is unknown color: approx Granny Smith Apple. HEX triplet: 9B, CC and 95. RGB value is (155,204,149). Sum of RGB (Red+Green+Blue) = 155+204+149=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCC95 is #64336A. Grayscale: #B7B7B7. Windows color (decimal): -6566763 or 9817243. OLE color: 9817243.

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

Color convert

RGB155204149-
CMYK0.2400.270.2
HSL113.45º35.03%69.22%-
HSV(B)113.45º26.96%80%-
XYZ40.5452.3236.4-
YUV183.08108.77107.97-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.51%
GREEN value IS 204 (80.08% from 255) = 40.16%
BLUE value IS 149 (58.59% from 255) = 29.33%
R=30.51%
G=40.16%
B=29.33%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1552041490.2400.270.2113.4535.0369.22
Hex9BCC951801B14712345
Octal233314225300332416143105
Binary100110111100110010010101110000110111010011100011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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