Html Css Color HEX #ABBA90 Norway

📋 copy color: '#ABBA90'

red 171 ◦ green 186 ◦ blue 144

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

Shades of Norway #ABBA90

Tints of Norway #ABBA90

RGB

 RED value IS 171 (67.19% from 255) = 34.13%

 GREEN value IS 186 (73.05% from 255) = 37.13%

 BLUE value IS 144 (56.64% from 255) = 28.74%

R = 34.13%
G = 37.13%
B = 28.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#ABBA90 (or 0xABBA90) is known color: Norway. HEX triplet: AB, BA and 90. RGB value is (171,186,144). Sum of RGB (Red+Green+Blue) = 171+186+144=501 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.13% from 501); Green value is 186 (73.05% from 255 or 37.13% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA90 is #54456F. Grayscale: #B0B0B0. Windows color (decimal): -5522800 or 9484971. OLE color: 9484971.

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

Color convert

RGB 171 186 144 -
CMYK 0.08 0 0.23 0.27
HSL 81.43º 0.23% 0.65% -
HSV(B) 81.43º 0.23% 0.73% -
XYZ 39.39 45.79 33.15 -
YUV 176.73 109.53 123.92 -
System Red Green Blue C M Y K H S L
Decimal 171 186 144 0.08 0 0.23 0.27 81.43 0.23 0.65
Hex AB BA 90 8 0 17 1B 51 17 41
Octal 253 272 220 10 0 27 33 121 27 101
Binary 10101011 10111010 10010000 1000 0 10111 11011 1010001 10111 1000001

Color Harmonies of #ABBA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA90

Black with #ABBA90

Text Example


Text Example

White with #ABBA90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA90; }

 p { color: rgb(171,186,144); }

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

background-color css

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

 a { background-color: rgb(171,186,144); }

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

border-color css

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

 span { border-color: rgb(171,186,144); }

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