Html Css Color HEX #9BCD95 Granny Smith Apple

📋 copy color: '#9BCD95'

red 155 ◦ green 205 ◦ blue 149

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

Shades of Granny Smith Apple #9BCD95

Tints of Granny Smith Apple #9BCD95

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.28%

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

R = 30.45%
G = 40.28%
B = 29.27%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#9BCD95 (or 0x9BCD95) is known color: Granny Smith Apple. HEX triplet: 9B, CD and 95. RGB value is (155,205,149). Sum of RGB (Red+Green+Blue) = 155+205+149=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCD95 is #64326A. Grayscale: #B7B7B7. Windows color (decimal): -6566507 or 9817499. OLE color: 9817499.

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

Color convert

RGB 155 205 149 -
CMYK 0.24 0 0.27 0.20
HSL 113.57º 0.36% 0.69% -
HSV(B) 113.57º 0.27% 0.8% -
XYZ 40.77 52.8 36.48 -
YUV 183.67 108.44 107.55 -
System Red Green Blue C M Y K H S L
Decimal 155 205 149 0.24 0 0.27 0.20 113.57 0.36 0.69
Hex 9B CD 95 18 0 1B 14 72 24 45
Octal 233 315 225 30 0 33 24 162 44 105
Binary 10011011 11001101 10010101 11000 0 11011 10100 1110010 100100 1000101

Color Harmonies of #9BCD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCD95

Black with #9BCD95

Text Example


Text Example

White with #9BCD95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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