#ABBF8C

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

Shades of Norway #ABBF8C

Tints of Norway #ABBF8C

Color information

#ABBF8C (or 0xABBF8C) is unknown color: approx Norway. HEX triplet: AB, BF and 8C. RGB value is (171,191,140). Sum of RGB (Red+Green+Blue) = 171+191+140=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBF8C is #544073. Grayscale: #B3B3B3. Windows color (decimal): -5521524 or 9224107. OLE color: 9224107.

HSL color Cylindrical-coordinate representation of color #ABBF8C: hue angle of 83.53º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABBF8C is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB171191140-
CMYK0.1000.270.25
HSL83.53º28.49%64.9%-
HSV(B)83.53º26.7%74.9%-
XYZ40.1647.8131.92-
YUV179.21105.87122.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.06%
GREEN value IS 191 (75% from 255) = 38.05%
BLUE value IS 140 (55.08% from 255) = 27.89%
R=34.06%
G=38.05%
B=27.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711911400.1000.270.2583.5328.4964.9
HexABBF8CA01B19541c41
Octal253277214120333112434101
Binary1010101110111111100011001010011011110011010100111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBF8C; }

 p { color: rgb(171,191,140); }

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

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

 a { background-color: rgb(171,191,140); }

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

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

 span { border-color: rgb(171,191,140); }

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