#98CD92

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

Shades of Granny Smith Apple #98CD92

Tints of Granny Smith Apple #98CD92

Color information

#98CD92 (or 0x98CD92) is unknown color: approx Granny Smith Apple. HEX triplet: 98, CD and 92. RGB value is (152,205,146). Sum of RGB (Red+Green+Blue) = 152+205+146=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #98CD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CD92 is #67326D. Grayscale: #B6B6B6. Windows color (decimal): -6763118 or 9620888. OLE color: 9620888.

HSL color Cylindrical-coordinate representation of color #98CD92: hue angle of 113.9º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98CD92 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB152205146-
CMYK0.2600.290.20
HSL113.9º37.11%68.82%-
HSV(B)113.9º28.78%80.39%-
XYZ39.9752.4135.2-
YUV182.43107.44106.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.22%
GREEN value IS 205 (80.47% from 255) = 40.76%
BLUE value IS 146 (57.42% from 255) = 29.03%
R=30.22%
G=40.76%
B=29.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1522051460.2600.290.20113.937.1168.82
Hex98CD921A01D14722545
Octal230315222320352416245105
Binary100110001100110110010010110100111011010011100101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98CD92; }

 p { color: rgb(152,205,146); }

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

<style>
 a { background-color: #98CD92; }

 a { background-color: rgb(152,205,146); }

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

<style>
 span { border-color: #98CD92; }

 span { border-color: rgb(152,205,146); }

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