Html Css Color HEX #92A997 Edward

📋 copy color: '#92A997'

red 146 ◦ green 169 ◦ blue 151

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

Shades of Edward #92A997

Tints of Edward #92A997

RGB

 RED value IS 146 (57.42% from 255) = 31.33%

 GREEN value IS 169 (66.41% from 255) = 36.27%

 BLUE value IS 151 (59.38% from 255) = 32.4%

R = 31.33%
G = 36.27%
B = 32.4%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#92A997 (or 0x92A997) is known color: Edward. HEX triplet: 92, A9 and 97. RGB value is (146,169,151). Sum of RGB (Red+Green+Blue) = 146+169+151=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 169 - color contains mainly: green. Hex color #92A997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A997 is #6D5668. Grayscale: #A0A0A0. Windows color (decimal): -7165545 or 9939346. OLE color: 9939346.

HSL color Cylindrical-coordinate representation of color #92A997: hue angle of 133.04º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #92A997 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.

Color convert

RGB 146 169 151 -
CMYK 0.14 0 0.11 0.34
HSL 133.04º 0.12% 0.62% -
HSV(B) 133.04º 0.14% 0.66% -
XYZ 31.63 36.72 34.7 -
YUV 160.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 146 169 151 0.14 0 0.11 0.34 133.04 0.12 0.62
Hex 92 A9 97 E 0 B 22 85 C 3E
Octal 222 251 227 16 0 13 42 205 14 76
Binary 10010010 10101001 10010111 1110 0 1011 100010 10000101 1100 111110

Color Harmonies of #92A997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A997

Black with #92A997

Text Example


Text Example

White with #92A997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92A997; }

 p { color: rgb(146,169,151); }

 H1.HeaderClassName
 {
   color: #92A997;
 }
 .AnyTagClassName
 {
   color: #92A997;
 }
</style>

background-color css

<style>
 a { background-color: #92A997; }

 a { background-color: rgb(146,169,151); }

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

border-color css

<style>
 span { border-color: #92A997; }

 span { border-color: rgb(146,169,151); }

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