Html Css Color HEX #9BCC96 Granny Smith Apple

📋 copy color: '#9BCC96'

red 155 ◦ green 204 ◦ blue 150

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

Shades of Granny Smith Apple #9BCC96

Tints of Granny Smith Apple #9BCC96

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.08%

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

R = 30.45%
G = 40.08%
B = 29.47%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#9BCC96 (or 0x9BCC96) is known color: Granny Smith Apple. HEX triplet: 9B, CC and 96. RGB value is (155,204,150). Sum of RGB (Red+Green+Blue) = 155+204+150=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 204 (80.08% from 255 or 40.08% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCC96 is #643369. Grayscale: #B7B7B7. Windows color (decimal): -6566762 or 9882779. OLE color: 9882779.

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

Color convert

RGB 155 204 150 -
CMYK 0.24 0 0.26 0.2
HSL 114.44º 0.35% 0.69% -
HSV(B) 114.44º 0.26% 0.8% -
XYZ 40.62 52.36 36.82 -
YUV 183.19 109.27 107.89 -
System Red Green Blue C M Y K H S L
Decimal 155 204 150 0.24 0 0.26 0.2 114.44 0.35 0.69
Hex 9B CC 96 18 0 1A 14 72 23 45
Octal 233 314 226 30 0 32 24 162 43 105
Binary 10011011 11001100 10010110 11000 0 11010 10100 1110010 100011 1000101

Color Harmonies of #9BCC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCC96

Black with #9BCC96

Text Example


Text Example

White with #9BCC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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