Html Css Color HEX #ABBA9F Norway

📋 copy color: '#ABBA9F'

red 171 ◦ green 186 ◦ blue 159

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

Shades of Norway #ABBA9F

Tints of Norway #ABBA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.81%

R = 33.14%
G = 36.05%
B = 30.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#ABBA9F (or 0xABBA9F) is known color: Norway. HEX triplet: AB, BA and 9F. RGB value is (171,186,159). Sum of RGB (Red+Green+Blue) = 171+186+159=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 159 (62.5% from 255 or 30.81% from 516); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA9F is #544560. Grayscale: #B2B2B2. Windows color (decimal): -5522785 or 10468011. OLE color: 10468011.

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

Color convert

RGB 171 186 159 -
CMYK 0.08 0 0.15 0.27
HSL 93.33º 0.16% 0.68% -
HSV(B) 93.33º 0.15% 0.73% -
XYZ 40.61 46.28 39.59 -
YUV 178.44 117.03 122.7 -
System Red Green Blue C M Y K H S L
Decimal 171 186 159 0.08 0 0.15 0.27 93.33 0.16 0.68
Hex AB BA 9F 8 0 F 1B 5D 10 44
Octal 253 272 237 10 0 17 33 135 20 104
Binary 10101011 10111010 10011111 1000 0 1111 11011 1011101 10000 1000100

Color Harmonies of #ABBA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA9F

Black with #ABBA9F

Text Example


Text Example

White with #ABBA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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