#97BF8A

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

Shades of Spring Rain #97BF8A

Tints of Spring Rain #97BF8A

Color information

#97BF8A (or 0x97BF8A) is unknown color: approx Spring Rain. HEX triplet: 97, BF and 8A. RGB value is (151,191,138). Sum of RGB (Red+Green+Blue) = 151+191+138=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 191 - color contains mainly: green. Hex color #97BF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BF8A is #684075. Grayscale: #ADADAD. Windows color (decimal): -6832246 or 9093015. OLE color: 9093015.

HSL color Cylindrical-coordinate representation of color #97BF8A: hue angle of 105.28º degrees, saturation: 0.29, 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 #97BF8A is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB151191138-
CMYK0.2100.280.25
HSL105.28º29.28%64.51%-
HSV(B)105.28º27.75%74.9%-
XYZ35.9845.6830.96-
YUV173108.25112.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.46%
GREEN value IS 191 (75% from 255) = 39.79%
BLUE value IS 138 (54.30% from 255) = 28.75%
R=31.46%
G=39.79%
B=28.75%

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
Decimal1511911380.2100.280.25105.2829.2864.51
Hex97BF8A1501C19691d41
Octal227277212250343115135101
Binary10010111101111111000101010101011100110011101001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,191,138); }

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

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

 a { background-color: rgb(151,191,138); }

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

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

 span { border-color: rgb(151,191,138); }

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