Html Css Color HEX #AABD98 Norway

📋 copy color: '#AABD98'

red 170 ◦ green 189 ◦ blue 152

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

Shades of Norway #AABD98

Tints of Norway #AABD98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.75%

R = 33.27%
G = 36.99%
B = 29.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#AABD98 (or 0xAABD98) is known color: Norway. HEX triplet: AA, BD and 98. RGB value is (170,189,152). Sum of RGB (Red+Green+Blue) = 170+189+152=511 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.27% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 152 (59.77% from 255 or 29.75% from 511); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABD98 is #554267. Grayscale: #B3B3B3. Windows color (decimal): -5587560 or 10010026. OLE color: 10010026.

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

Color convert

RGB 170 189 152 -
CMYK 0.10 0 0.20 0.26
HSL 90.81º 0.22% 0.67% -
HSV(B) 90.81º 0.2% 0.74% -
XYZ 40.44 47.21 36.69 -
YUV 179.1 112.71 121.51 -
System Red Green Blue C M Y K H S L
Decimal 170 189 152 0.10 0 0.20 0.26 90.81 0.22 0.67
Hex AA BD 98 A 0 14 1A 5B 16 43
Octal 252 275 230 12 0 24 32 133 26 103
Binary 10101010 10111101 10011000 1010 0 10100 11010 1011011 10110 1000011

Color Harmonies of #AABD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD98

Black with #AABD98

Text Example


Text Example

White with #AABD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD98; }

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

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

background-color css

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

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

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

border-color css

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

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

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