#97C08B

Color #97C08B Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #97C08B

Tints of Spring Rain #97C08B

Color information

#97C08B (or 0x97C08B) is unknown color: approx Spring Rain. HEX triplet: 97, C0 and 8B. RGB value is (151,192,139). Sum of RGB (Red+Green+Blue) = 151+192+139=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #97C08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C08B is #683F74. Grayscale: #ADADAD. Windows color (decimal): -6831989 or 9158807. OLE color: 9158807.

HSL color Cylindrical-coordinate representation of color #97C08B: hue angle of 106.42º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #97C08B is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB151192139-
CMYK0.2100.280.25
HSL106.42º29.61%64.9%-
HSV(B)106.42º27.6%75.29%-
XYZ36.2746.1431.42-
YUV173.7108.42111.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.33%
GREEN value IS 192 (75.39% from 255) = 39.83%
BLUE value IS 139 (54.69% from 255) = 28.84%
R=31.33%
G=39.83%
B=28.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511921390.2100.280.25106.4229.6164.9
Hex97C08B1501C196a1e41
Octal227300213250343115236101
Binary10010111110000001000101110101011100110011101010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97C08B; }

 p { color: rgb(151,192,139); }

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

<style>
 a { background-color: #97C08B; }

 a { background-color: rgb(151,192,139); }

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

<style>
 span { border-color: #97C08B; }

 span { border-color: rgb(151,192,139); }

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