Html Css Color HEX #ABBA92 Norway

📋 copy color: '#ABBA92'

red 171 ◦ green 186 ◦ blue 146

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

Shades of Norway #ABBA92

Tints of Norway #ABBA92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.03%

R = 34%
G = 36.98%
B = 29.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#ABBA92 (or 0xABBA92) is known color: Norway. HEX triplet: AB, BA and 92. RGB value is (171,186,146). Sum of RGB (Red+Green+Blue) = 171+186+146=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #ABBA92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABBA92 is #54456D. Grayscale: #B1B1B1. Windows color (decimal): -5522798 or 9616043. OLE color: 9616043.

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

Color convert

RGB 171 186 146 -
CMYK 0.08 0 0.22 0.27
HSL 82.5º 0.22% 0.65% -
HSV(B) 82.5º 0.22% 0.73% -
XYZ 39.54 45.85 33.96 -
YUV 176.96 110.53 123.75 -
System Red Green Blue C M Y K H S L
Decimal 171 186 146 0.08 0 0.22 0.27 82.5 0.22 0.65
Hex AB BA 92 8 0 16 1B 52 16 41
Octal 253 272 222 10 0 26 33 122 26 101
Binary 10101011 10111010 10010010 1000 0 10110 11011 1010010 10110 1000001

Color Harmonies of #ABBA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBA92

Black with #ABBA92

Text Example


Text Example

White with #ABBA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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