Html Css Color HEX #AABD99 Norway

📋 copy color: '#AABD99'

red 170 ◦ green 189 ◦ blue 153

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

Shades of Norway #AABD99

Tints of Norway #AABD99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.88%

R = 33.2%
G = 36.91%
B = 29.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#AABD99 (or 0xAABD99) is known color: Norway. HEX triplet: AA, BD and 99. RGB value is (170,189,153). Sum of RGB (Red+Green+Blue) = 170+189+153=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABD99 is #554266. Grayscale: #B3B3B3. Windows color (decimal): -5587559 or 10075562. OLE color: 10075562.

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

Color convert

RGB 170 189 153 -
CMYK 0.10 0 0.19 0.26
HSL 91.67º 0.21% 0.67% -
HSV(B) 91.67º 0.19% 0.74% -
XYZ 40.52 47.24 37.12 -
YUV 179.22 113.21 121.43 -
System Red Green Blue C M Y K H S L
Decimal 170 189 153 0.10 0 0.19 0.26 91.67 0.21 0.67
Hex AA BD 99 A 0 13 1A 5C 15 43
Octal 252 275 231 12 0 23 32 134 25 103
Binary 10101010 10111101 10011001 1010 0 10011 11010 1011100 10101 1000011

Color Harmonies of #AABD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD99

Black with #AABD99

Text Example


Text Example

White with #AABD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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