Html Css Color HEX #AABF8C Norway

📋 copy color: '#AABF8C'

red 170 ◦ green 191 ◦ blue 140

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

Shades of Norway #AABF8C

Tints of Norway #AABF8C

RGB

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

 GREEN value IS 191 (75% from 255) = 38.12%

 BLUE value IS 140 (55.08% from 255) = 27.94%

R = 33.93%
G = 38.12%
B = 27.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#AABF8C (or 0xAABF8C) is known color: Norway. HEX triplet: AA, BF and 8C. RGB value is (170,191,140). Sum of RGB (Red+Green+Blue) = 170+191+140=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 191 (75% from 255 or 38.12% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABF8C is #554073. Grayscale: #B3B3B3. Windows color (decimal): -5587060 or 9224106. OLE color: 9224106.

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

Color convert

RGB 170 191 140 -
CMYK 0.11 0 0.27 0.25
HSL 84.71º 0.28% 0.65% -
HSV(B) 84.71º 0.27% 0.75% -
XYZ 39.94 47.7 31.91 -
YUV 178.91 106.04 121.65 -
System Red Green Blue C M Y K H S L
Decimal 170 191 140 0.11 0 0.27 0.25 84.71 0.28 0.65
Hex AA BF 8C B 0 1B 19 55 1C 41
Octal 252 277 214 13 0 33 31 125 34 101
Binary 10101010 10111111 10001100 1011 0 11011 11001 1010101 11100 1000001

Color Harmonies of #AABF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABF8C

Black with #AABF8C

Text Example


Text Example

White with #AABF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABF8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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