#AABF96

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

Shades of Norway #AABF96

Tints of Norway #AABF96

Color information

#AABF96 (or 0xAABF96) is unknown color: approx Norway. HEX triplet: AA, BF and 96. RGB value is (170,191,150). Sum of RGB (Red+Green+Blue) = 170+191+150=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 191 (75% from 255 or 37.38% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABF96 is #554069. Grayscale: #B4B4B4. Windows color (decimal): -5587050 or 9879466. OLE color: 9879466.

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

Color convert

RGB170191150-
CMYK0.1100.210.25
HSL90.73º24.26%66.86%-
HSV(B)90.73º21.47%74.9%-
XYZ40.7148.0135.98-
YUV180.05111.04120.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.27%
GREEN value IS 191 (75% from 255) = 37.38%
BLUE value IS 150 (58.98% from 255) = 29.35%
R=33.27%
G=37.38%
B=29.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911500.1100.210.2590.7324.2666.86
HexAABF96B015195b1843
Octal252277226130253113330103
Binary1010101010111111100101101011010101110011011011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF96; }

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

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

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

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

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

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

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

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