Html Css Color HEX #9BCF96 Granny Smith Apple

📋 copy color: '#9BCF96'

red 155 ◦ green 207 ◦ blue 150

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

Shades of Granny Smith Apple #9BCF96

Tints of Granny Smith Apple #9BCF96

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.43%

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

R = 30.27%
G = 40.43%
B = 29.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#9BCF96 (or 0x9BCF96) is known color: Granny Smith Apple. HEX triplet: 9B, CF and 96. RGB value is (155,207,150). Sum of RGB (Red+Green+Blue) = 155+207+150=512 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.27% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCF96 is #643069. Grayscale: #B9B9B9. Windows color (decimal): -6565994 or 9883547. OLE color: 9883547.

HSL color Cylindrical-coordinate representation of color #9BCF96: hue angle of 114.74º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9BCF96 is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 207 150 -
CMYK 0.25 0 0.28 0.19
HSL 114.74º 0.37% 0.7% -
HSV(B) 114.74º 0.28% 0.81% -
XYZ 41.34 53.8 37.06 -
YUV 184.95 108.27 106.63 -
System Red Green Blue C M Y K H S L
Decimal 155 207 150 0.25 0 0.28 0.19 114.74 0.37 0.7
Hex 9B CF 96 19 0 1C 13 73 25 46
Octal 233 317 226 31 0 34 23 163 45 106
Binary 10011011 11001111 10010110 11001 0 11100 10011 1110011 100101 1000110

Color Harmonies of #9BCF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCF96

Black with #9BCF96

Text Example


Text Example

White with #9BCF96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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