Html Css Color HEX #ABBA8F Norway

📋 copy color: '#ABBA8F'

red 171 ◦ green 186 ◦ blue 143

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

Shades of Norway #ABBA8F

Tints of Norway #ABBA8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.6%

R = 34.2%
G = 37.2%
B = 28.6%

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

#ABBA8F (or 0xABBA8F) is known color: Norway. HEX triplet: AB, BA and 8F. RGB value is (171,186,143). Sum of RGB (Red+Green+Blue) = 171+186+143=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA8F is #544570. Grayscale: #B0B0B0. Windows color (decimal): -5522801 or 9419435. OLE color: 9419435.

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

Color convert

RGB 171 186 143 -
CMYK 0.08 0 0.23 0.27
HSL 80.93º 0.24% 0.65% -
HSV(B) 80.93º 0.23% 0.73% -
XYZ 39.31 45.76 32.75 -
YUV 176.61 109.03 124 -
System Red Green Blue C M Y K H S L
Decimal 171 186 143 0.08 0 0.23 0.27 80.93 0.24 0.65
Hex AB BA 8F 8 0 17 1B 51 18 41
Octal 253 272 217 10 0 27 33 121 30 101
Binary 10101011 10111010 10001111 1000 0 10111 11011 1010001 11000 1000001

Color Harmonies of #ABBA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA8F

Black with #ABBA8F

Text Example


Text Example

White with #ABBA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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