Html Css Color HEX #9BDB95 Granny Smith Apple

📋 copy color: '#9BDB95'

red 155 ◦ green 219 ◦ blue 149

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

Shades of Granny Smith Apple #9BDB95

Tints of Granny Smith Apple #9BDB95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.49%

R = 29.64%
G = 41.87%
B = 28.49%

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

#9BDB95 (or 0x9BDB95) is known color: Granny Smith Apple. HEX triplet: 9B, DB and 95. RGB value is (155,219,149). Sum of RGB (Red+Green+Blue) = 155+219+149=523 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.64% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 149 (58.59% from 255 or 28.49% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #9BDB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDB95 is #64246A. Grayscale: #C0C0C0. Windows color (decimal): -6562923 or 9821083. OLE color: 9821083.

HSL color Cylindrical-coordinate representation of color #9BDB95: hue angle of 114.86º 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 #9BDB95 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 219 149 -
CMYK 0.29 0 0.32 0.14
HSL 114.86º 0.49% 0.72% -
HSV(B) 114.86º 0.32% 0.86% -
XYZ 44.27 59.8 37.64 -
YUV 191.88 103.8 101.69 -
System Red Green Blue C M Y K H S L
Decimal 155 219 149 0.29 0 0.32 0.14 114.86 0.49 0.72
Hex 9B DB 95 1D 0 20 E 73 31 48
Octal 233 333 225 35 0 40 16 163 61 110
Binary 10011011 11011011 10010101 11101 0 100000 1110 1110011 110001 1001000

Color Harmonies of #9BDB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDB95

Black with #9BDB95

Text Example


Text Example

White with #9BDB95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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