#ABC299

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

Shades of Norway #ABC299

Tints of Norway #ABC299

Color information

#ABC299 (or 0xABC299) is unknown color: approx Norway. HEX triplet: AB, C2 and 99. RGB value is (171,194,153). Sum of RGB (Red+Green+Blue) = 171+194+153=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 194 (76.17% from 255 or 37.45% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC299 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC299 is #543D66. Grayscale: #B6B6B6. Windows color (decimal): -5520743 or 10076843. OLE color: 10076843.

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

Color convert

RGB171194153-
CMYK0.1200.210.24
HSL93.66º25.15%68.04%-
HSV(B)93.66º21.13%76.08%-
XYZ41.8449.5437.49-
YUV182.45111.38119.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.01%
GREEN value IS 194 (76.17% from 255) = 37.45%
BLUE value IS 153 (60.16% from 255) = 29.54%
R=33.01%
G=37.45%
B=29.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711941530.1200.210.2493.6625.1568.04
HexABC299C015185e1944
Octal253302231140253013631104
Binary1010101111000010100110011100010101110001011110110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC299; }

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

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

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

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

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

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

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

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