#ABC48B

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

Shades of Norway #ABC48B

Tints of Norway #ABC48B

Color information

#ABC48B (or 0xABC48B) is unknown color: approx Norway. HEX triplet: AB, C4 and 8B. RGB value is (171,196,139). Sum of RGB (Red+Green+Blue) = 171+196+139=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC48B is #543B74. Grayscale: #B6B6B6. Windows color (decimal): -5520245 or 9159851. OLE color: 9159851.

HSL color Cylindrical-coordinate representation of color #ABC48B: hue angle of 86.32º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABC48B is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB171196139-
CMYK0.1300.290.23
HSL86.32º32.57%65.69%-
HSV(B)86.32º29.08%76.86%-
XYZ41.195031.91-
YUV182.03103.72120.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.79%
GREEN value IS 196 (76.95% from 255) = 38.74%
BLUE value IS 139 (54.69% from 255) = 27.47%
R=33.79%
G=38.74%
B=27.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1711961390.1300.290.2386.3232.5765.69
HexABC48BD01D17562142
Octal253304213150352712641102
Binary10101011110001001000101111010111011011110101101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC48B; }

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

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

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

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

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

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

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

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