Html Css Color HEX #97A49A Edward

📋 copy color: '#97A49A'

red 151 ◦ green 164 ◦ blue 154

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

Shades of Edward #97A49A

Tints of Edward #97A49A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.97%

 BLUE value IS 154 (60.55% from 255) = 32.84%

R = 32.2%
G = 34.97%
B = 32.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#97A49A (or 0x97A49A) is known color: Edward. HEX triplet: 97, A4 and 9A. RGB value is (151,164,154). Sum of RGB (Red+Green+Blue) = 151+164+154=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 164 - color contains mainly: green. Hex color #97A49A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A49A is #685B65. Grayscale: #9F9F9F. Windows color (decimal): -6839142 or 10134679. OLE color: 10134679.

HSL color Cylindrical-coordinate representation of color #97A49A: hue angle of 133.85º degrees, saturation: 0.07, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #97A49A is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 151 164 154 -
CMYK 0.08 0 0.06 0.36
HSL 133.85º 0.07% 0.62% -
HSV(B) 133.85º 0.08% 0.64% -
XYZ 31.87 35.46 35.74 -
YUV 158.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 151 164 154 0.08 0 0.06 0.36 133.85 0.07 0.62
Hex 97 A4 9A 8 0 6 24 86 7 3E
Octal 227 244 232 10 0 6 44 206 7 76
Binary 10010111 10100100 10011010 1000 0 110 100100 10000110 111 111110

Color Harmonies of #97A49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A49A

Black with #97A49A

Text Example


Text Example

White with #97A49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,164,154); }

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

background-color css

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

 a { background-color: rgb(151,164,154); }

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

border-color css

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

 span { border-color: rgb(151,164,154); }

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