#ABC88B

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

Shades of Norway #ABC88B

Tints of Norway #ABC88B

Color information

#ABC88B (or 0xABC88B) is unknown color: approx Norway. HEX triplet: AB, C8 and 8B. RGB value is (171,200,139). Sum of RGB (Red+Green+Blue) = 171+200+139=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 200 (78.52% from 255 or 39.22% from 510); Blue value is 139 (54.69% from 255 or 27.25% from 510); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC88B is #543774. Grayscale: #B8B8B8. Windows color (decimal): -5519221 or 9160875. OLE color: 9160875.

HSL color Cylindrical-coordinate representation of color #ABC88B: hue angle of 88.52º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABC88B is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB171200139-
CMYK0.1400.300.22
HSL88.52º35.67%66.47%-
HSV(B)88.52º30.5%78.43%-
XYZ42.1151.8332.21-
YUV184.38102.39118.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 200 (78.52% from 255) = 39.22%
BLUE value IS 139 (54.69% from 255) = 27.25%
R=33.53%
G=39.22%
B=27.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1712001390.1400.300.2288.5235.6766.47
HexABC88BE01E16592442
Octal253310213160362613144102
Binary10101011110010001000101111100111101011010110011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC88B; }

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

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

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

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

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

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

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

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