#97BB8A

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

Shades of Spring Rain #97BB8A

Tints of Spring Rain #97BB8A

Color information

#97BB8A (or 0x97BB8A) is unknown color: approx Spring Rain. HEX triplet: 97, BB and 8A. RGB value is (151,187,138). Sum of RGB (Red+Green+Blue) = 151+187+138=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 187 - color contains mainly: green. Hex color #97BB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BB8A is #684475. Grayscale: #AAAAAA. Windows color (decimal): -6833270 or 9091991. OLE color: 9091991.

HSL color Cylindrical-coordinate representation of color #97BB8A: hue angle of 104.08º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #97BB8A is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB151187138-
CMYK0.1900.260.27
HSL104.08º26.49%63.73%-
HSV(B)104.08º26.2%73.33%-
XYZ35.1243.9530.68-
YUV170.65109.57113.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.72%
GREEN value IS 187 (73.44% from 255) = 39.29%
BLUE value IS 138 (54.30% from 255) = 28.99%
R=31.72%
G=39.29%
B=28.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511871380.1900.260.27104.0826.4963.73
Hex97BB8A1301A1B681a40
Octal227273212230323315032100
Binary10010111101110111000101010011011010110111101000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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