#ABC88D

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

Shades of Norway #ABC88D

Tints of Norway #ABC88D

Color information

#ABC88D (or 0xABC88D) is unknown color: approx Norway. HEX triplet: AB, C8 and 8D. RGB value is (171,200,141). Sum of RGB (Red+Green+Blue) = 171+200+141=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC88D is #543772. Grayscale: #B8B8B8. Windows color (decimal): -5519219 or 9291947. OLE color: 9291947.

HSL color Cylindrical-coordinate representation of color #ABC88D: hue angle of 89.49º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABC88D is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB171200141-
CMYK0.1400.290.22
HSL89.49º34.91%66.86%-
HSV(B)89.49º29.5%78.43%-
XYZ42.2651.8932.99-
YUV184.6103.39118.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.40%
GREEN value IS 200 (78.52% from 255) = 39.06%
BLUE value IS 141 (55.47% from 255) = 27.54%
R=33.40%
G=39.06%
B=27.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1712001410.1400.290.2289.4934.9166.86
HexABC88DE01D16592343
Octal253310215160352613143103
Binary10101011110010001000110111100111011011010110011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC88D; }

 p { color: rgb(171,200,141); }

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

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

 a { background-color: rgb(171,200,141); }

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

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

 span { border-color: rgb(171,200,141); }

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