Html Css Color HEX #97BD8A Spring Rain

📋 copy color: '#97BD8A'

red 151 ◦ green 189 ◦ blue 138

#97BD8A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Rain #97BD8A

Tints of Spring Rain #97BD8A

RGB

 RED value IS 151 (59.38% from 255) = 31.59%

 GREEN value IS 189 (74.22% from 255) = 39.54%

 BLUE value IS 138 (54.3% from 255) = 28.87%

R = 31.59%
G = 39.54%
B = 28.87%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#97BD8A (or 0x97BD8A) is known color: Spring Rain. HEX triplet: 97, BD and 8A. RGB value is (151,189,138). Sum of RGB (Red+Green+Blue) = 151+189+138=478 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.59% from 478); Green value is 189 (74.22% from 255 or 39.54% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 189 - color contains mainly: green. Hex color #97BD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BD8A is #684275. Grayscale: #ABABAB. Windows color (decimal): -6832758 or 9092503. OLE color: 9092503.

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

Color convert

RGB 151 189 138 -
CMYK 0.20 0 0.27 0.26
HSL 104.71º 0.28% 0.64% -
HSV(B) 104.71º 0.27% 0.74% -
XYZ 35.55 44.81 30.82 -
YUV 171.82 108.91 113.15 -
System Red Green Blue C M Y K H S L
Decimal 151 189 138 0.20 0 0.27 0.26 104.71 0.28 0.64
Hex 97 BD 8A 14 0 1B 1A 69 1C 40
Octal 227 275 212 24 0 33 32 151 34 100
Binary 10010111 10111101 10001010 10100 0 11011 11010 1101001 11100 1000000

Color Harmonies of #97BD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BD8A

Black with #97BD8A

Text Example


Text Example

White with #97BD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #97BD8A;
 }
 .AnyTagClassName
 {
   color: #97BD8A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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