#92AB9A

Color #92AB9A Edward (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Edward #92AB9A

Tints of Edward #92AB9A

Color information

#92AB9A (or 0x92AB9A) is unknown color: approx Edward. HEX triplet: 92, AB and 9A. RGB value is (146,171,154). Sum of RGB (Red+Green+Blue) = 146+171+154=471 (62% of max value = 765). Red value is 146 (57.42% from 255 or 31.00% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 171 - color contains mainly: green. Hex color #92AB9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AB9A is #6D5465. Grayscale: #A1A1A1. Windows color (decimal): -7165030 or 10136466. OLE color: 10136466.

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

Color convert

RGB146171154-
CMYK0.1500.100.33
HSL139.2º12.95%62.16%-
HSV(B)139.2º14.62%67.06%-
XYZ32.2537.5736.12-
YUV161.59123.72116.88-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.00%
GREEN value IS 171 (67.19% from 255) = 36.31%
BLUE value IS 154 (60.55% from 255) = 32.70%
R=31.00%
G=36.31%
B=32.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461711540.1500.100.33139.212.9562.16
Hex92AB9AF0A218bd3e
Octal22225323217012412131576
Binary100100101010101110011010111101010100001100010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #92AB9A;
 }
 .AnyTagClassName
 {
   color: #92AB9A;
 }
</style>
background-color css

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

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

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

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

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

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