Html Css Color HEX #92AB99 Edward

📋 copy color: '#92AB99'

red 146 ◦ green 171 ◦ blue 153

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

Shades of Edward #92AB99

Tints of Edward #92AB99

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.38%

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

R = 31.06%
G = 36.38%
B = 32.55%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#92AB99 (or 0x92AB99) is known color: Edward. HEX triplet: 92, AB and 99. RGB value is (146,171,153). Sum of RGB (Red+Green+Blue) = 146+171+153=470 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.06% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AB99 is #6D5466. Grayscale: #A1A1A1. Windows color (decimal): -7165031 or 10070930. OLE color: 10070930.

HSL color Cylindrical-coordinate representation of color #92AB99: hue angle of 136.8º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #92AB99 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 171 153 -
CMYK 0.15 0 0.11 0.33
HSL 136.8º 0.13% 0.62% -
HSV(B) 136.8º 0.15% 0.67% -
XYZ 32.17 37.54 35.69 -
YUV 161.47 123.22 116.96 -
System Red Green Blue C M Y K H S L
Decimal 146 171 153 0.15 0 0.11 0.33 136.8 0.13 0.62
Hex 92 AB 99 F 0 B 21 89 D 3E
Octal 222 253 231 17 0 13 41 211 15 76
Binary 10010010 10101011 10011001 1111 0 1011 100001 10001001 1101 111110

Color Harmonies of #92AB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92AB99

Black with #92AB99

Text Example


Text Example

White with #92AB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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