Html Css Color HEX #AABB92 Norway

📋 copy color: '#AABB92'

red 170 ◦ green 187 ◦ blue 146

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

Shades of Norway #AABB92

Tints of Norway #AABB92

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.18%

 BLUE value IS 146 (57.42% from 255) = 29.03%

R = 33.8%
G = 37.18%
B = 29.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#AABB92 (or 0xAABB92) is known color: Norway. HEX triplet: AA, BB and 92. RGB value is (170,187,146). Sum of RGB (Red+Green+Blue) = 170+187+146=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB92 is #55446D. Grayscale: #B1B1B1. Windows color (decimal): -5588078 or 9616298. OLE color: 9616298.

HSL color Cylindrical-coordinate representation of color #AABB92: hue angle of 84.88º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AABB92 is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 187 146 -
CMYK 0.09 0 0.22 0.27
HSL 84.88º 0.23% 0.65% -
HSV(B) 84.88º 0.22% 0.73% -
XYZ 39.54 46.16 34.02 -
YUV 177.24 110.37 122.83 -
System Red Green Blue C M Y K H S L
Decimal 170 187 146 0.09 0 0.22 0.27 84.88 0.23 0.65
Hex AA BB 92 9 0 16 1B 55 17 41
Octal 252 273 222 11 0 26 33 125 27 101
Binary 10101010 10111011 10010010 1001 0 10110 11011 1010101 10111 1000001

Color Harmonies of #AABB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABB92

Black with #AABB92

Text Example


Text Example

White with #AABB92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABB92; }

 p { color: rgb(170,187,146); }

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

background-color css

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

 a { background-color: rgb(170,187,146); }

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

border-color css

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

 span { border-color: rgb(170,187,146); }

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