Html Css Color HEX #9BD696 Granny Smith Apple

📋 copy color: '#9BD696'

red 155 ◦ green 214 ◦ blue 150

#9BD696
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granny Smith Apple #9BD696

Tints of Granny Smith Apple #9BD696

RGB

 RED value IS 155 (60.94% from 255) = 29.87%

 GREEN value IS 214 (83.98% from 255) = 41.23%

 BLUE value IS 150 (58.98% from 255) = 28.9%

R = 29.87%
G = 41.23%
B = 28.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#9BD696 (or 0x9BD696) is known color: Granny Smith Apple. HEX triplet: 9B, D6 and 96. RGB value is (155,214,150). Sum of RGB (Red+Green+Blue) = 155+214+150=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD696 is #642969. Grayscale: #BDBDBD. Windows color (decimal): -6564202 or 9885339. OLE color: 9885339.

HSL color Cylindrical-coordinate representation of color #9BD696: hue angle of 115.31º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BD696 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 214 150 -
CMYK 0.28 0 0.30 0.16
HSL 115.31º 0.44% 0.71% -
HSV(B) 115.31º 0.3% 0.84% -
XYZ 43.07 57.26 37.64 -
YUV 189.06 105.95 103.7 -
System Red Green Blue C M Y K H S L
Decimal 155 214 150 0.28 0 0.30 0.16 115.31 0.44 0.71
Hex 9B D6 96 1C 0 1E 10 73 2C 47
Octal 233 326 226 34 0 36 20 163 54 107
Binary 10011011 11010110 10010110 11100 0 11110 10000 1110011 101100 1000111

Color Harmonies of #9BD696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD696

Black with #9BD696

Text Example


Text Example

White with #9BD696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BD696;
 }
 .AnyTagClassName
 {
   color: #9BD696;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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