#ABBF93

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

Shades of Norway #ABBF93

Tints of Norway #ABBF93

Color information

#ABBF93 (or 0xABBF93) is unknown color: approx Norway. HEX triplet: AB, BF and 93. RGB value is (171,191,147). Sum of RGB (Red+Green+Blue) = 171+191+147=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBF93 is #54406C. Grayscale: #B4B4B4. Windows color (decimal): -5521517 or 9682859. OLE color: 9682859.

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

Color convert

RGB171191147-
CMYK0.1000.230.25
HSL87.27º25.58%66.27%-
HSV(B)87.27º23.04%74.9%-
XYZ40.6948.0334.73-
YUV180109.37121.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.60%
GREEN value IS 191 (75% from 255) = 37.52%
BLUE value IS 147 (57.81% from 255) = 28.88%
R=33.60%
G=37.52%
B=28.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711911470.1000.230.2587.2725.5866.27
HexABBF93A01719571a42
Octal253277223120273112732102
Binary1010101110111111100100111010010111110011010111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBF93; }

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

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

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

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

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

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

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

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