#ABC08C

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

Shades of Norway #ABC08C

Tints of Norway #ABC08C

Color information

#ABC08C (or 0xABC08C) is unknown color: approx Norway. HEX triplet: AB, C0 and 8C. RGB value is (171,192,140). Sum of RGB (Red+Green+Blue) = 171+192+140=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC08C is #543F73. Grayscale: #B3B3B3. Windows color (decimal): -5521268 or 9224363. OLE color: 9224363.

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

Color convert

RGB171192140-
CMYK0.1100.270.25
HSL84.23º29.21%65.1%-
HSV(B)84.23º27.08%75.29%-
XYZ40.3848.2532-
YUV179.79105.54121.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.00%
GREEN value IS 192 (75.39% from 255) = 38.17%
BLUE value IS 140 (55.08% from 255) = 27.83%
R=34.00%
G=38.17%
B=27.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711921400.1100.270.2584.2329.2165.1
HexABC08CB01B19541d41
Octal253300214130333112435101
Binary1010101111000000100011001011011011110011010100111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC08C; }

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

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

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

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

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

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

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

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