#AAC38B

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

Shades of Norway #AAC38B

Tints of Norway #AAC38B

Color information

#AAC38B (or 0xAAC38B) is unknown color: approx Norway. HEX triplet: AA, C3 and 8B. RGB value is (170,195,139). Sum of RGB (Red+Green+Blue) = 170+195+139=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 139 (54.69% from 255 or 27.58% from 504); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAC38B is #553C74. Grayscale: #B5B5B5. Windows color (decimal): -5586037 or 9159594. OLE color: 9159594.

HSL color Cylindrical-coordinate representation of color #AAC38B: hue angle of 86.79º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAC38B is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB170195139-
CMYK0.1300.290.24
HSL86.79º31.82%65.49%-
HSV(B)86.79º28.72%76.47%-
XYZ40.7549.4431.82-
YUV181.14104.22120.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.73%
GREEN value IS 195 (76.56% from 255) = 38.69%
BLUE value IS 139 (54.69% from 255) = 27.58%
R=33.73%
G=38.69%
B=27.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1701951390.1300.290.2486.7931.8265.49
HexAAC38BD01D18572041
Octal252303213150353012740101
Binary10101010110000111000101111010111011100010101111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAC38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAC38B; }

 p { color: rgb(170,195,139); }

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

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

 a { background-color: rgb(170,195,139); }

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

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

 span { border-color: rgb(170,195,139); }

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