Html Css Color HEX #AABC8D Norway

📋 copy color: '#AABC8D'

red 170 ◦ green 188 ◦ blue 141

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

Shades of Norway #AABC8D

Tints of Norway #AABC8D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.68%

 BLUE value IS 141 (55.47% from 255) = 28.26%

R = 34.07%
G = 37.68%
B = 28.26%

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

#AABC8D (or 0xAABC8D) is known color: Norway. HEX triplet: AA, BC and 8D. RGB value is (170,188,141). Sum of RGB (Red+Green+Blue) = 170+188+141=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC8D is #554372. Grayscale: #B1B1B1. Windows color (decimal): -5587827 or 9288874. OLE color: 9288874.

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

Color convert

RGB 170 188 141 -
CMYK 0.10 0 0.25 0.26
HSL 82.98º 0.26% 0.65% -
HSV(B) 82.98º 0.25% 0.74% -
XYZ 39.37 46.44 32.09 -
YUV 177.26 107.54 122.82 -
System Red Green Blue C M Y K H S L
Decimal 170 188 141 0.10 0 0.25 0.26 82.98 0.26 0.65
Hex AA BC 8D A 0 19 1A 53 1A 41
Octal 252 274 215 12 0 31 32 123 32 101
Binary 10101010 10111100 10001101 1010 0 11001 11010 1010011 11010 1000001

Color Harmonies of #AABC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC8D

Black with #AABC8D

Text Example


Text Example

White with #AABC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC8D; }

 p { color: rgb(170,188,141); }

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

background-color css

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

 a { background-color: rgb(170,188,141); }

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

border-color css

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

 span { border-color: rgb(170,188,141); }

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