Html Css Color HEX #92A998 Edward

📋 copy color: '#92A998'

red 146 ◦ green 169 ◦ blue 152

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

Shades of Edward #92A998

Tints of Edward #92A998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.55%

R = 31.26%
G = 36.19%
B = 32.55%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.34

RGB Variations

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

Color information

#92A998 (or 0x92A998) is known color: Edward. HEX triplet: 92, A9 and 98. RGB value is (146,169,152). Sum of RGB (Red+Green+Blue) = 146+169+152=467 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.26% from 467); Green value is 169 (66.41% from 255 or 36.19% from 467); Blue value is 152 (59.77% from 255 or 32.55% from 467); Max value from RGB is 169 - color contains mainly: green. Hex color #92A998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A998 is #6D5667. Grayscale: #A0A0A0. Windows color (decimal): -7165544 or 10004882. OLE color: 10004882.

HSL color Cylindrical-coordinate representation of color #92A998: hue angle of 135.65º 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 #92A998 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB 146 169 152 -
CMYK 0.14 0 0.10 0.34
HSL 135.65º 0.12% 0.62% -
HSV(B) 135.65º 0.14% 0.66% -
XYZ 31.71 36.75 35.13 -
YUV 160.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 146 169 152 0.14 0 0.10 0.34 135.65 0.12 0.62
Hex 92 A9 98 E 0 A 22 88 C 3E
Octal 222 251 230 16 0 12 42 210 14 76
Binary 10010010 10101001 10011000 1110 0 1010 100010 10001000 1100 111110

Color Harmonies of #92A998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A998

Black with #92A998

Text Example


Text Example

White with #92A998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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