Html Css Color HEX #97BAB2 Shadow Green

📋 copy color: '#97BAB2'

red 151 ◦ green 186 ◦ blue 178

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

Shades of Shadow Green #97BAB2

Tints of Shadow Green #97BAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.56%

R = 29.32%
G = 36.12%
B = 34.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#97BAB2 (or 0x97BAB2) is known color: Shadow Green. HEX triplet: 97, BA and B2. RGB value is (151,186,178). Sum of RGB (Red+Green+Blue) = 151+186+178=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 186 - color contains mainly: green. Hex color #97BAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BAB2 is #68454D. Grayscale: #AEAEAE. Windows color (decimal): -6833486 or 11713175. OLE color: 11713175.

HSL color Cylindrical-coordinate representation of color #97BAB2: hue angle of 166.29º 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 #97BAB2 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 151 186 178 -
CMYK 0.19 0 0.04 0.27
HSL 166.29º 0.2% 0.66% -
HSV(B) 166.29º 0.19% 0.73% -
XYZ 38.36 44.91 48.77 -
YUV 174.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 151 186 178 0.19 0 0.04 0.27 166.29 0.2 0.66
Hex 97 BA B2 13 0 4 1B A6 14 42
Octal 227 272 262 23 0 4 33 246 24 102
Binary 10010111 10111010 10110010 10011 0 100 11011 10100110 10100 1000010

Color Harmonies of #97BAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97BAB2

Black with #97BAB2

Text Example


Text Example

White with #97BAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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