Html Css Color HEX #97BAA2 Summer Green

📋 copy color: '#97BAA2'

red 151 ◦ green 186 ◦ blue 162

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

Shades of Summer Green #97BAA2

Tints of Summer Green #97BAA2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.27%

 BLUE value IS 162 (63.67% from 255) = 32.46%

R = 30.26%
G = 37.27%
B = 32.46%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#97BAA2 (or 0x97BAA2) is known color: Summer Green. HEX triplet: 97, BA and A2. RGB value is (151,186,162). Sum of RGB (Red+Green+Blue) = 151+186+162=499 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.26% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 162 (63.67% from 255 or 32.46% from 499); Max value from RGB is 186 - color contains mainly: green. Hex color #97BAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BAA2 is #68455D. Grayscale: #ACACAC. Windows color (decimal): -6833502 or 10664599. OLE color: 10664599.

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

Color convert

RGB 151 186 162 -
CMYK 0.19 0 0.13 0.27
HSL 138.86º 0.2% 0.66% -
HSV(B) 138.86º 0.19% 0.73% -
XYZ 36.84 44.31 40.79 -
YUV 172.8 121.9 112.45 -
System Red Green Blue C M Y K H S L
Decimal 151 186 162 0.19 0 0.13 0.27 138.86 0.2 0.66
Hex 97 BA A2 13 0 D 1B 8B 14 42
Octal 227 272 242 23 0 15 33 213 24 102
Binary 10010111 10111010 10100010 10011 0 1101 11011 10001011 10100 1000010

Color Harmonies of #97BAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BAA2

Black with #97BAA2

Text Example


Text Example

White with #97BAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,186,162); }

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

background-color css

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

 a { background-color: rgb(151,186,162); }

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

border-color css

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

 span { border-color: rgb(151,186,162); }

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