#ABC092

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

Shades of Norway #ABC092

Tints of Norway #ABC092

Color information

#ABC092 (or 0xABC092) is unknown color: approx Norway. HEX triplet: AB, C0 and 92. RGB value is (171,192,146). Sum of RGB (Red+Green+Blue) = 171+192+146=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC092 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC092 is #543F6D. Grayscale: #B4B4B4. Windows color (decimal): -5521262 or 9617579. OLE color: 9617579.

HSL color Cylindrical-coordinate representation of color #ABC092: hue angle of 87.39º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABC092 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB171192146-
CMYK0.1100.240.25
HSL87.39º26.74%66.27%-
HSV(B)87.39º23.96%75.29%-
XYZ40.8348.4334.39-
YUV180.48108.54121.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.60%
GREEN value IS 192 (75.39% from 255) = 37.72%
BLUE value IS 146 (57.42% from 255) = 28.68%
R=33.60%
G=37.72%
B=28.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711921460.1100.240.2587.3926.7466.27
HexABC092B01819571b42
Octal253300222130303112733102
Binary1010101111000000100100101011011000110011010111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC092; }

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

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

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

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

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

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

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

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