Html Css Color HEX #AABF92 Norway

📋 copy color: '#AABF92'

red 170 ◦ green 191 ◦ blue 146

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

Shades of Norway #AABF92

Tints of Norway #AABF92

RGB

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

 GREEN value IS 191 (75% from 255) = 37.67%

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

R = 33.53%
G = 37.67%
B = 28.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#AABF92 (or 0xAABF92) is known color: Norway. HEX triplet: AA, BF and 92. RGB value is (170,191,146). Sum of RGB (Red+Green+Blue) = 170+191+146=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 191 (75% from 255 or 37.67% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABF92 is #55406D. Grayscale: #B3B3B3. Windows color (decimal): -5587054 or 9617322. OLE color: 9617322.

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

Color convert

RGB 170 191 146 -
CMYK 0.11 0 0.24 0.25
HSL 88º 0.26% 0.66% -
HSV(B) 88º 0.24% 0.75% -
XYZ 40.4 47.88 34.31 -
YUV 179.59 109.04 121.16 -
System Red Green Blue C M Y K H S L
Decimal 170 191 146 0.11 0 0.24 0.25 88 0.26 0.66
Hex AA BF 92 B 0 18 19 58 1A 42
Octal 252 277 222 13 0 30 31 130 32 102
Binary 10101010 10111111 10010010 1011 0 11000 11001 1011000 11010 1000010

Color Harmonies of #AABF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABF92

Black with #AABF92

Text Example


Text Example

White with #AABF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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