Html Css Color HEX #9BDB96 Granny Smith Apple

📋 copy color: '#9BDB96'

red 155 ◦ green 219 ◦ blue 150

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

Shades of Granny Smith Apple #9BDB96

Tints of Granny Smith Apple #9BDB96

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.79%

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

R = 29.58%
G = 41.79%
B = 28.63%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#9BDB96 (or 0x9BDB96) is known color: Granny Smith Apple. HEX triplet: 9B, DB and 96. RGB value is (155,219,150). Sum of RGB (Red+Green+Blue) = 155+219+150=524 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.58% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDB96 is #642469. Grayscale: #C0C0C0. Windows color (decimal): -6562922 or 9886619. OLE color: 9886619.

HSL color Cylindrical-coordinate representation of color #9BDB96: hue angle of 115.65º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9BDB96 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 219 150 -
CMYK 0.29 0 0.32 0.14
HSL 115.65º 0.49% 0.72% -
HSV(B) 115.65º 0.32% 0.86% -
XYZ 44.35 59.83 38.07 -
YUV 192 104.3 101.61 -
System Red Green Blue C M Y K H S L
Decimal 155 219 150 0.29 0 0.32 0.14 115.65 0.49 0.72
Hex 9B DB 96 1D 0 20 E 74 31 48
Octal 233 333 226 35 0 40 16 164 61 110
Binary 10011011 11011011 10010110 11101 0 100000 1110 1110100 110001 1001000

Color Harmonies of #9BDB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDB96

Black with #9BDB96

Text Example


Text Example

White with #9BDB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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