Html Css Color HEX #9BCD96 Granny Smith Apple
📋 copy color: '#9BCD96'red 155 ◦ green 205 ◦ blue 150
Shades of Granny Smith Apple #9BCD96
Tints of Granny Smith Apple #9BCD96
RGB
CMYK
RGB Variations
Color information
#9BCD96 (or 0x9BCD96) is known color: 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
| RGB | 155 | 205 | 150 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.20 |
| HSL | 114.55º | 0.35% | 0.7% | - |
| HSV(B) | 114.55º | 0.27% | 0.8% | - |
| XYZ | 40.85 | 52.83 | 36.9 | - |
| YUV | 183.78 | 108.94 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 150 | 0.24 | 0 | 0.27 | 0.20 | 114.55 | 0.35 | 0.7 |
| Hex | 9B | CD | 96 | 18 | 0 | 1B | 14 | 73 | 23 | 46 |
| Octal | 233 | 315 | 226 | 30 | 0 | 33 | 24 | 163 | 43 | 106 |
| Binary | 10011011 | 11001101 | 10010110 | 11000 | 0 | 11011 | 10100 | 1110011 | 100011 | 1000110 |
Color Harmonies of #9BCD96
Complementary color
Monochromatic Colors of #9BCD96
Black with #9BCD96
Text Example
Text Example
White with #9BCD96
Text Example
Text Example
HTML Codes & Css Web 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>