#ABBF9A

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

Shades of Norway #ABBF9A

Tints of Norway #ABBF9A

Color information

#ABBF9A (or 0xABBF9A) is unknown color: approx Norway. HEX triplet: AB, BF and 9A. RGB value is (171,191,154). Sum of RGB (Red+Green+Blue) = 171+191+154=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBF9A is #544065. Grayscale: #B4B4B4. Windows color (decimal): -5521510 or 10141611. OLE color: 10141611.

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

Color convert

RGB171191154-
CMYK0.1000.190.25
HSL92.43º22.42%67.65%-
HSV(B)92.43º19.37%74.9%-
XYZ41.2648.2537.71-
YUV180.8112.87121.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.14%
GREEN value IS 191 (75% from 255) = 37.02%
BLUE value IS 154 (60.55% from 255) = 29.84%
R=33.14%
G=37.02%
B=29.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711911540.1000.190.2592.4322.4267.65
HexABBF9AA013195c1644
Octal253277232120233113426104
Binary1010101110111111100110101010010011110011011100101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBF9A; }

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

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

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

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

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

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

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

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