Html Css Color HEX #ABBA95 Norway

📋 copy color: '#ABBA95'

red 171 ◦ green 186 ◦ blue 149

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

Shades of Norway #ABBA95

Tints of Norway #ABBA95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.45%

R = 33.79%
G = 36.76%
B = 29.45%

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

#ABBA95 (or 0xABBA95) is known color: Norway. HEX triplet: AB, BA and 95. RGB value is (171,186,149). Sum of RGB (Red+Green+Blue) = 171+186+149=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA95 is #54456A. Grayscale: #B1B1B1. Windows color (decimal): -5522795 or 9812651. OLE color: 9812651.

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

Color convert

RGB 171 186 149 -
CMYK 0.08 0 0.20 0.27
HSL 84.32º 0.21% 0.66% -
HSV(B) 84.32º 0.2% 0.73% -
XYZ 39.78 45.95 35.21 -
YUV 177.3 112.03 123.51 -
System Red Green Blue C M Y K H S L
Decimal 171 186 149 0.08 0 0.20 0.27 84.32 0.21 0.66
Hex AB BA 95 8 0 14 1B 54 15 42
Octal 253 272 225 10 0 24 33 124 25 102
Binary 10101011 10111010 10010101 1000 0 10100 11011 1010100 10101 1000010

Color Harmonies of #ABBA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA95

Black with #ABBA95

Text Example


Text Example

White with #ABBA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA95; }

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

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

background-color css

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

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

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

border-color css

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

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

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