Html Css Color HEX #ABBA91 Norway

📋 copy color: '#ABBA91'

red 171 ◦ green 186 ◦ blue 145

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

Shades of Norway #ABBA91

Tints of Norway #ABBA91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.88%

R = 34.06%
G = 37.05%
B = 28.88%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#ABBA91 (or 0xABBA91) is known color: Norway. HEX triplet: AB, BA and 91. RGB value is (171,186,145). Sum of RGB (Red+Green+Blue) = 171+186+145=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA91 is #54456E. Grayscale: #B0B0B0. Windows color (decimal): -5522799 or 9550507. OLE color: 9550507.

HSL color Cylindrical-coordinate representation of color #ABBA91: hue angle of 81.95º 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 #ABBA91 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 186 145 -
CMYK 0.08 0 0.22 0.27
HSL 81.95º 0.23% 0.65% -
HSV(B) 81.95º 0.22% 0.73% -
XYZ 39.46 45.82 33.55 -
YUV 176.84 110.03 123.83 -
System Red Green Blue C M Y K H S L
Decimal 171 186 145 0.08 0 0.22 0.27 81.95 0.23 0.65
Hex AB BA 91 8 0 16 1B 52 17 41
Octal 253 272 221 10 0 26 33 122 27 101
Binary 10101011 10111010 10010001 1000 0 10110 11011 1010010 10111 1000001

Color Harmonies of #ABBA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA91

Black with #ABBA91

Text Example


Text Example

White with #ABBA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA91; }

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

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

background-color css

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

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

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

border-color css

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

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

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