Html Css Color HEX #AABD94 Norway

📋 copy color: '#AABD94'

red 170 ◦ green 189 ◦ blue 148

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

Shades of Norway #AABD94

Tints of Norway #AABD94

RGB

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

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

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

R = 33.53%
G = 37.28%
B = 29.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#AABD94 (or 0xAABD94) is known color: Norway. HEX triplet: AA, BD and 94. RGB value is (170,189,148). Sum of RGB (Red+Green+Blue) = 170+189+148=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABD94 is #55426B. Grayscale: #B2B2B2. Windows color (decimal): -5587564 or 9747882. OLE color: 9747882.

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

Color convert

RGB 170 189 148 -
CMYK 0.10 0 0.22 0.26
HSL 87.8º 0.24% 0.66% -
HSV(B) 87.8º 0.22% 0.74% -
XYZ 40.12 47.08 34.99 -
YUV 178.65 110.71 121.83 -
System Red Green Blue C M Y K H S L
Decimal 170 189 148 0.10 0 0.22 0.26 87.8 0.24 0.66
Hex AA BD 94 A 0 16 1A 58 18 42
Octal 252 275 224 12 0 26 32 130 30 102
Binary 10101010 10111101 10010100 1010 0 10110 11010 1011000 11000 1000010

Color Harmonies of #AABD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD94

Black with #AABD94

Text Example


Text Example

White with #AABD94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD94; }

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

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

background-color css

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

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

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

border-color css

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

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

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