#97BB8E

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

Shades of Spring Rain #97BB8E

Tints of Spring Rain #97BB8E

Color information

#97BB8E (or 0x97BB8E) is unknown color: approx Spring Rain. HEX triplet: 97, BB and 8E. RGB value is (151,187,142). Sum of RGB (Red+Green+Blue) = 151+187+142=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 187 - color contains mainly: green. Hex color #97BB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BB8E is #684471. Grayscale: #ABABAB. Windows color (decimal): -6833266 or 9354135. OLE color: 9354135.

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

Color convert

RGB151187142-
CMYK0.1900.240.27
HSL108º24.86%64.51%-
HSV(B)108º24.06%73.33%-
XYZ35.4244.0732.23-
YUV171.11111.57113.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.46%
GREEN value IS 187 (73.44% from 255) = 38.96%
BLUE value IS 142 (55.86% from 255) = 29.58%
R=31.46%
G=38.96%
B=29.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1511871420.1900.240.2710824.8664.51
Hex97BB8E130181B6c1941
Octal227273216230303315431101
Binary10010111101110111000111010011011000110111101100110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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