#ABC097

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

Shades of Norway #ABC097

Tints of Norway #ABC097

Color information

#ABC097 (or 0xABC097) is unknown color: approx Norway. HEX triplet: AB, C0 and 97. RGB value is (171,192,151). Sum of RGB (Red+Green+Blue) = 171+192+151=514 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.27% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 151 (59.38% from 255 or 29.38% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #ABC097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABC097 is #543F68. Grayscale: #B5B5B5. Windows color (decimal): -5521257 or 9945259. OLE color: 9945259.

HSL color Cylindrical-coordinate representation of color #ABC097: hue angle of 90.73º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABC097 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB171192151-
CMYK0.1100.210.25
HSL90.73º24.55%67.25%-
HSV(B)90.73º21.35%75.29%-
XYZ41.2348.5936.48-
YUV181.05111.04120.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.27%
GREEN value IS 192 (75.39% from 255) = 37.35%
BLUE value IS 151 (59.38% from 255) = 29.38%
R=33.27%
G=37.35%
B=29.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711921510.1100.210.2590.7324.5567.25
HexABC097B015195b1943
Octal253300227130253113331103
Binary1010101111000000100101111011010101110011011011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC097; }

 p { color: rgb(171,192,151); }

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

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

 a { background-color: rgb(171,192,151); }

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

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

 span { border-color: rgb(171,192,151); }

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