#ABC68B

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

Shades of Norway #ABC68B

Tints of Norway #ABC68B

Color information

#ABC68B (or 0xABC68B) is unknown color: approx Norway. HEX triplet: AB, C6 and 8B. RGB value is (171,198,139). Sum of RGB (Red+Green+Blue) = 171+198+139=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC68B is #543974. Grayscale: #B7B7B7. Windows color (decimal): -5519733 or 9160363. OLE color: 9160363.

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

Color convert

RGB171198139-
CMYK0.1400.300.22
HSL87.46º34.1%66.08%-
HSV(B)87.46º29.8%77.65%-
XYZ41.6550.9132.06-
YUV183.2103.05119.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.66%
GREEN value IS 198 (77.73% from 255) = 38.98%
BLUE value IS 139 (54.69% from 255) = 27.36%
R=33.66%
G=38.98%
B=27.36%

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
Decimal1711981390.1400.300.2287.4634.166.08
HexABC68BE01E16572242
Octal253306213160362612742102
Binary10101011110001101000101111100111101011010101111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC68B; }

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

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

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

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

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

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

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

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