#ABBF96

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

Shades of Norway #ABBF96

Tints of Norway #ABBF96

Color information

#ABBF96 (or 0xABBF96) is unknown color: approx Norway. HEX triplet: AB, BF and 96. RGB value is (171,191,150). Sum of RGB (Red+Green+Blue) = 171+191+150=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 150 (58.98% from 255 or 29.30% from 512); Max value from RGB is 191 - color contains mainly: green. Hex color #ABBF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBF96 is #544069. Grayscale: #B4B4B4. Windows color (decimal): -5521514 or 9879467. OLE color: 9879467.

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

Color convert

RGB171191150-
CMYK0.1000.210.25
HSL89.27º24.26%66.86%-
HSV(B)89.27º21.47%74.9%-
XYZ40.9348.1235.99-
YUV180.35110.87121.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.40%
GREEN value IS 191 (75% from 255) = 37.30%
BLUE value IS 150 (58.98% from 255) = 29.30%
R=33.40%
G=37.30%
B=29.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711911500.1000.210.2589.2724.2666.86
HexABBF96A01519591843
Octal253277226120253113130103
Binary1010101110111111100101101010010101110011011001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBF96; }

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

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

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

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

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

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

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

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