Html Css Color HEX #92A999 Edward

📋 copy color: '#92A999'

red 146 ◦ green 169 ◦ blue 153

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

Shades of Edward #92A999

Tints of Edward #92A999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 32.69%

R = 31.2%
G = 36.11%
B = 32.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#92A999 (or 0x92A999) is known color: Edward. HEX triplet: 92, A9 and 99. RGB value is (146,169,153). Sum of RGB (Red+Green+Blue) = 146+169+153=468 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.20% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 169 - color contains mainly: green. Hex color #92A999 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92A999 is #6D5666. Grayscale: #A0A0A0. Windows color (decimal): -7165543 or 10070418. OLE color: 10070418.

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

Color convert

RGB 146 169 153 -
CMYK 0.14 0 0.09 0.34
HSL 138.26º 0.12% 0.62% -
HSV(B) 138.26º 0.14% 0.66% -
XYZ 31.79 36.79 35.56 -
YUV 160.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 146 169 153 0.14 0 0.09 0.34 138.26 0.12 0.62
Hex 92 A9 99 E 0 9 22 8A C 3E
Octal 222 251 231 16 0 11 42 212 14 76
Binary 10010010 10101001 10011001 1110 0 1001 100010 10001010 1100 111110

Color Harmonies of #92A999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92A999

Black with #92A999

Text Example


Text Example

White with #92A999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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