#9BCD94

Color #9BCD94 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #9BCD94

Tints of Granny Smith Apple #9BCD94

Color information

#9BCD94 (or 0x9BCD94) is unknown color: approx Granny Smith Apple. HEX triplet: 9B, CD and 94. RGB value is (155,205,148). Sum of RGB (Red+Green+Blue) = 155+205+148=508 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.51% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCD94 is #64326B. Grayscale: #B7B7B7. Windows color (decimal): -6566508 or 9751963. OLE color: 9751963.

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

Color convert

RGB155205148-
CMYK0.2400.280.20
HSL112.63º36.31%69.22%-
HSV(B)112.63º27.8%80.39%-
XYZ40.6952.7736.06-
YUV183.55107.94107.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.51%
GREEN value IS 205 (80.47% from 255) = 40.35%
BLUE value IS 148 (58.20% from 255) = 29.13%
R=30.51%
G=40.35%
B=29.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1552051480.2400.280.20112.6336.3169.22
Hex9BCD941801C14712445
Octal233315224300342416144105
Binary100110111100110110010100110000111001010011100011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BCD94;
 }
 .AnyTagClassName
 {
   color: #9BCD94;
 }
</style>
background-color css

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

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

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

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

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

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