Html Css Color HEX #ABBA93 Norway

📋 copy color: '#ABBA93'

red 171 ◦ green 186 ◦ blue 147

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

Shades of Norway #ABBA93

Tints of Norway #ABBA93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.17%

R = 33.93%
G = 36.9%
B = 29.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#ABBA93 (or 0xABBA93) is known color: Norway. HEX triplet: AB, BA and 93. RGB value is (171,186,147). Sum of RGB (Red+Green+Blue) = 171+186+147=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA93 is #54456C. Grayscale: #B1B1B1. Windows color (decimal): -5522797 or 9681579. OLE color: 9681579.

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

Color convert

RGB 171 186 147 -
CMYK 0.08 0 0.21 0.27
HSL 83.08º 0.22% 0.65% -
HSV(B) 83.08º 0.21% 0.73% -
XYZ 39.62 45.88 34.37 -
YUV 177.07 111.03 123.67 -
System Red Green Blue C M Y K H S L
Decimal 171 186 147 0.08 0 0.21 0.27 83.08 0.22 0.65
Hex AB BA 93 8 0 15 1B 53 16 41
Octal 253 272 223 10 0 25 33 123 26 101
Binary 10101011 10111010 10010011 1000 0 10101 11011 1010011 10110 1000001

Color Harmonies of #ABBA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA93

Black with #ABBA93

Text Example


Text Example

White with #ABBA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA93; }

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

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

background-color css

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

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

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

border-color css

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

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

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