Html Css Color HEX #AABD8E Norway

📋 copy color: '#AABD8E'

red 170 ◦ green 189 ◦ blue 142

#AABD8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Norway #AABD8E

Tints of Norway #AABD8E

RGB

 RED value IS 170 (66.8% from 255) = 33.93%

 GREEN value IS 189 (74.22% from 255) = 37.72%

 BLUE value IS 142 (55.86% from 255) = 28.34%

R = 33.93%
G = 37.72%
B = 28.34%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#AABD8E (or 0xAABD8E) is known color: Norway. HEX triplet: AA, BD and 8E. RGB value is (170,189,142). Sum of RGB (Red+Green+Blue) = 170+189+142=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABD8E is #554271. Grayscale: #B2B2B2. Windows color (decimal): -5587570 or 9354666. OLE color: 9354666.

HSL color Cylindrical-coordinate representation of color #AABD8E: hue angle of 84.26º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AABD8E is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 189 142 -
CMYK 0.10 0 0.25 0.26
HSL 84.26º 0.26% 0.65% -
HSV(B) 84.26º 0.25% 0.74% -
XYZ 39.66 46.89 32.55 -
YUV 177.96 107.71 122.32 -
System Red Green Blue C M Y K H S L
Decimal 170 189 142 0.10 0 0.25 0.26 84.26 0.26 0.65
Hex AA BD 8E A 0 19 1A 54 1A 41
Octal 252 275 216 12 0 31 32 124 32 101
Binary 10101010 10111101 10001110 1010 0 11001 11010 1010100 11010 1000001

Color Harmonies of #AABD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD8E

Black with #AABD8E

Text Example


Text Example

White with #AABD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD8E; }

 p { color: rgb(170,189,142); }

 H1.HeaderClassName
 {
   color: #AABD8E;
 }
 .AnyTagClassName
 {
   color: #AABD8E;
 }
</style>

background-color css

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

 a { background-color: rgb(170,189,142); }

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

border-color css

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

 span { border-color: rgb(170,189,142); }

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