#ABC28B

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

Shades of Norway #ABC28B

Tints of Norway #ABC28B

Color information

#ABC28B (or 0xABC28B) is unknown color: approx Norway. HEX triplet: AB, C2 and 8B. RGB value is (171,194,139). Sum of RGB (Red+Green+Blue) = 171+194+139=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 194 (76.17% from 255 or 38.49% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC28B is #543D74. Grayscale: #B5B5B5. Windows color (decimal): -5520757 or 9159339. OLE color: 9159339.

HSL color Cylindrical-coordinate representation of color #ABC28B: hue angle of 85.09º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABC28B is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB171194139-
CMYK0.1200.280.24
HSL85.09º31.07%65.29%-
HSV(B)85.09º28.35%76.08%-
XYZ40.7549.1131.76-
YUV180.85104.38120.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.93%
GREEN value IS 194 (76.17% from 255) = 38.49%
BLUE value IS 139 (54.69% from 255) = 27.58%
R=33.93%
G=38.49%
B=27.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711941390.1200.280.2485.0931.0765.29
HexABC28BC01C18551f41
Octal253302213140343012537101
Binary1010101111000010100010111100011100110001010101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC28B; }

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

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

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

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

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

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

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

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