Html Css Color HEX #AABB93 Norway

📋 copy color: '#AABB93'

red 170 ◦ green 187 ◦ blue 147

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

Shades of Norway #AABB93

Tints of Norway #AABB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.17%

R = 33.73%
G = 37.1%
B = 29.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#AABB93 (or 0xAABB93) is known color: Norway. HEX triplet: AA, BB and 93. RGB value is (170,187,147). Sum of RGB (Red+Green+Blue) = 170+187+147=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 187 - color contains mainly: green. Hex color #AABB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABB93 is #55446C. Grayscale: #B1B1B1. Windows color (decimal): -5588077 or 9681834. OLE color: 9681834.

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

Color convert

RGB 170 187 147 -
CMYK 0.09 0 0.21 0.27
HSL 85.5º 0.23% 0.65% -
HSV(B) 85.5º 0.21% 0.73% -
XYZ 39.61 46.19 34.43 -
YUV 177.36 110.87 122.75 -
System Red Green Blue C M Y K H S L
Decimal 170 187 147 0.09 0 0.21 0.27 85.5 0.23 0.65
Hex AA BB 93 9 0 15 1B 56 17 41
Octal 252 273 223 11 0 25 33 126 27 101
Binary 10101010 10111011 10010011 1001 0 10101 11011 1010110 10111 1000001

Color Harmonies of #AABB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABB93

Black with #AABB93

Text Example


Text Example

White with #AABB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABB93; }

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

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

background-color css

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

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

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

border-color css

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

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

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