#ABC599

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

Shades of Norway #ABC599

Tints of Norway #ABC599

Color information

#ABC599 (or 0xABC599) is unknown color: approx Norway. HEX triplet: AB, C5 and 99. RGB value is (171,197,153). Sum of RGB (Red+Green+Blue) = 171+197+153=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC599 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC599 is #543A66. Grayscale: #B8B8B8. Windows color (decimal): -5519975 or 10077611. OLE color: 10077611.

HSL color Cylindrical-coordinate representation of color #ABC599: hue angle of 95.45º degrees, saturation: 0.28, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABC599 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB171197153-
CMYK0.1300.220.23
HSL95.45º27.5%68.63%-
HSV(B)95.45º22.34%77.25%-
XYZ42.5150.8937.72-
YUV184.21110.39118.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.82%
GREEN value IS 197 (77.34% from 255) = 37.81%
BLUE value IS 153 (60.16% from 255) = 29.37%
R=32.82%
G=37.81%
B=29.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711971530.1300.220.2395.4527.568.63
HexABC599D016175f1c45
Octal253305231150262713734105
Binary1010101111000101100110011101010110101111011111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC599; }

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

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

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

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

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

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

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

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