Html Css Color HEX #ABBA9E Norway

📋 copy color: '#ABBA9E'

red 171 ◦ green 186 ◦ blue 158

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

Shades of Norway #ABBA9E

Tints of Norway #ABBA9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.68%

R = 33.2%
G = 36.12%
B = 30.68%

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

#ABBA9E (or 0xABBA9E) is known color: Norway. HEX triplet: AB, BA and 9E. RGB value is (171,186,158). Sum of RGB (Red+Green+Blue) = 171+186+158=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA9E is #544561. Grayscale: #B2B2B2. Windows color (decimal): -5522786 or 10402475. OLE color: 10402475.

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

Color convert

RGB 171 186 158 -
CMYK 0.08 0 0.15 0.27
HSL 92.14º 0.17% 0.67% -
HSV(B) 92.14º 0.15% 0.73% -
XYZ 40.53 46.24 39.14 -
YUV 178.32 116.53 122.78 -
System Red Green Blue C M Y K H S L
Decimal 171 186 158 0.08 0 0.15 0.27 92.14 0.17 0.67
Hex AB BA 9E 8 0 F 1B 5C 11 43
Octal 253 272 236 10 0 17 33 134 21 103
Binary 10101011 10111010 10011110 1000 0 1111 11011 1011100 10001 1000011

Color Harmonies of #ABBA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA9E

Black with #ABBA9E

Text Example


Text Example

White with #ABBA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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