#AABF92

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

Shades of Norway #AABF92

Tints of Norway #AABF92

Color information

#AABF92 (or 0xAABF92) is unknown color: approx Norway. HEX triplet: AA, BF and 92. RGB value is (170,191,146). Sum of RGB (Red+Green+Blue) = 170+191+146=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABF92 is #55406D. Grayscale: #B3B3B3. Windows color (decimal): -5587054 or 9617322. OLE color: 9617322.

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

Color convert

RGB170191146-
CMYK0.1100.240.25
HSL88º26.01%66.08%-
HSV(B)88º23.56%74.9%-
XYZ40.447.8834.31-
YUV179.59109.04121.16-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.53%
GREEN value IS 191 (75% from 255) = 37.67%
BLUE value IS 146 (57.42% from 255) = 28.80%
R=33.53%
G=37.67%
B=28.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701911460.1100.240.258826.0166.08
HexAABF92B01819581a42
Octal252277222130303113032102
Binary1010101010111111100100101011011000110011011000110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF92; }

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

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

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

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

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

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

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

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