Html Css Color HEX #ABBA94 Norway

📋 copy color: '#ABBA94'

red 171 ◦ green 186 ◦ blue 148

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

Shades of Norway #ABBA94

Tints of Norway #ABBA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.31%

R = 33.86%
G = 36.83%
B = 29.31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#ABBA94 (or 0xABBA94) is known color: Norway. HEX triplet: AB, BA and 94. RGB value is (171,186,148). Sum of RGB (Red+Green+Blue) = 171+186+148=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA94 is #54456B. Grayscale: #B1B1B1. Windows color (decimal): -5522796 or 9747115. OLE color: 9747115.

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

Color convert

RGB 171 186 148 -
CMYK 0.08 0 0.20 0.27
HSL 83.68º 0.22% 0.65% -
HSV(B) 83.68º 0.2% 0.73% -
XYZ 39.7 45.91 34.79 -
YUV 177.18 111.53 123.59 -
System Red Green Blue C M Y K H S L
Decimal 171 186 148 0.08 0 0.20 0.27 83.68 0.22 0.65
Hex AB BA 94 8 0 14 1B 54 16 41
Octal 253 272 224 10 0 24 33 124 26 101
Binary 10101011 10111010 10010100 1000 0 10100 11011 1010100 10110 1000001

Color Harmonies of #ABBA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA94

Black with #ABBA94

Text Example


Text Example

White with #ABBA94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA94; }

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

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

background-color css

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

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

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

border-color css

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

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

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