#ABBF94

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

Shades of Norway #ABBF94

Tints of Norway #ABBF94

Color information

#ABBF94 (or 0xABBF94) is unknown color: approx Norway. HEX triplet: AB, BF and 94. RGB value is (171,191,148). Sum of RGB (Red+Green+Blue) = 171+191+148=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBF94 is #54406B. Grayscale: #B4B4B4. Windows color (decimal): -5521516 or 9748395. OLE color: 9748395.

HSL color Cylindrical-coordinate representation of color #ABBF94: hue angle of 87.91º degrees, saturation: 0.25, 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 #ABBF94 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB171191148-
CMYK0.1000.230.25
HSL87.91º25.15%66.47%-
HSV(B)87.91º22.51%74.9%-
XYZ40.7748.0635.14-
YUV180.12109.87121.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 191 (75% from 255) = 37.45%
BLUE value IS 148 (58.20% from 255) = 29.02%
R=33.53%
G=37.45%
B=29.02%

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
Decimal1711911480.1000.230.2587.9125.1566.47
HexABBF94A01719581942
Octal253277224120273113031102
Binary1010101110111111100101001010010111110011011000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBF94; }

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

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

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

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

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

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

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

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