#ABC892

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

Shades of Norway #ABC892

Tints of Norway #ABC892

Color information

#ABC892 (or 0xABC892) is unknown color: approx Norway. HEX triplet: AB, C8 and 92. RGB value is (171,200,146). Sum of RGB (Red+Green+Blue) = 171+200+146=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC892 is #54376D. Grayscale: #B9B9B9. Windows color (decimal): -5519214 or 9619627. OLE color: 9619627.

HSL color Cylindrical-coordinate representation of color #ABC892: hue angle of 92.22º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABC892 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.

Color convert

RGB171200146-
CMYK0.1400.270.22
HSL92.22º32.93%67.84%-
HSV(B)92.22º27%78.43%-
XYZ42.6452.0434.99-
YUV185.17105.89117.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.08%
GREEN value IS 200 (78.52% from 255) = 38.68%
BLUE value IS 146 (57.42% from 255) = 28.24%
R=33.08%
G=38.68%
B=28.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1712001460.1400.270.2292.2232.9367.84
HexABC892E01B165c2144
Octal253310222160332613441104
Binary10101011110010001001001011100110111011010111001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC892; }

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

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

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

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

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

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

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

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