#ABC399

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

Shades of Norway #ABC399

Tints of Norway #ABC399

Color information

#ABC399 (or 0xABC399) is unknown color: approx Norway. HEX triplet: AB, C3 and 99. RGB value is (171,195,153). Sum of RGB (Red+Green+Blue) = 171+195+153=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 153 (60.16% from 255 or 29.48% from 519); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC399 is #543C66. Grayscale: #B7B7B7. Windows color (decimal): -5520487 or 10077099. OLE color: 10077099.

HSL color Cylindrical-coordinate representation of color #ABC399: hue angle of 94.29º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABC399 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB171195153-
CMYK0.1200.220.24
HSL94.29º25.93%68.24%-
HSV(B)94.29º21.54%76.47%-
XYZ42.0649.9937.57-
YUV183.04111.05119.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.95%
GREEN value IS 195 (76.56% from 255) = 37.57%
BLUE value IS 153 (60.16% from 255) = 29.48%
R=32.95%
G=37.57%
B=29.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711951530.1200.220.2494.2925.9368.24
HexABC399C016185e1a44
Octal253303231140263013632104
Binary1010101111000011100110011100010110110001011110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC399; }

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

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

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

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

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

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

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

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