Html Css Color HEX #AABC94 Norway

📋 copy color: '#AABC94'

red 170 ◦ green 188 ◦ blue 148

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

Shades of Norway #AABC94

Tints of Norway #AABC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.25%

R = 33.6%
G = 37.15%
B = 29.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#AABC94 (or 0xAABC94) is known color: Norway. HEX triplet: AA, BC and 94. RGB value is (170,188,148). Sum of RGB (Red+Green+Blue) = 170+188+148=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABC94 is #55436B. Grayscale: #B2B2B2. Windows color (decimal): -5587820 or 9747626. OLE color: 9747626.

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

Color convert

RGB 170 188 148 -
CMYK 0.10 0 0.21 0.26
HSL 87º 0.23% 0.66% -
HSV(B) 87º 0.21% 0.74% -
XYZ 39.91 46.65 34.92 -
YUV 178.06 111.04 122.25 -
System Red Green Blue C M Y K H S L
Decimal 170 188 148 0.10 0 0.21 0.26 87 0.23 0.66
Hex AA BC 94 A 0 15 1A 57 17 42
Octal 252 274 224 12 0 25 32 127 27 102
Binary 10101010 10111100 10010100 1010 0 10101 11010 1010111 10111 1000010

Color Harmonies of #AABC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC94

Black with #AABC94

Text Example


Text Example

White with #AABC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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