#ABC090

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

Shades of Norway #ABC090

Tints of Norway #ABC090

Color information

#ABC090 (or 0xABC090) is unknown color: approx Norway. HEX triplet: AB, C0 and 90. RGB value is (171,192,144). Sum of RGB (Red+Green+Blue) = 171+192+144=507 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.73% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC090 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC090 is #543F6F. Grayscale: #B4B4B4. Windows color (decimal): -5521264 or 9486507. OLE color: 9486507.

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

Color convert

RGB171192144-
CMYK0.1100.250.25
HSL86.25º27.59%65.88%-
HSV(B)86.25º25%75.29%-
XYZ40.6848.3733.58-
YUV180.25107.54121.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.73%
GREEN value IS 192 (75.39% from 255) = 37.87%
BLUE value IS 144 (56.64% from 255) = 28.40%
R=33.73%
G=37.87%
B=28.40%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711921440.1100.250.2586.2527.5965.88
HexABC090B01919561c42
Octal253300220130313112634102
Binary1010101111000000100100001011011001110011010110111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC090; }

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

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

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

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

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

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

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

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