Html Css Color HEX #ABB992 Norway

📋 copy color: '#ABB992'

red 171 ◦ green 185 ◦ blue 146

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

Shades of Norway #ABB992

Tints of Norway #ABB992

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.85%

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

R = 34.06%
G = 36.85%
B = 29.08%

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

#ABB992 (or 0xABB992) is known color: Norway. HEX triplet: AB, B9 and 92. RGB value is (171,185,146). Sum of RGB (Red+Green+Blue) = 171+185+146=502 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.06% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB992 is #54466D. Grayscale: #B0B0B0. Windows color (decimal): -5523054 or 9615787. OLE color: 9615787.

HSL color Cylindrical-coordinate representation of color #ABB992: hue angle of 81.54º 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 #ABB992 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 185 146 -
CMYK 0.08 0 0.21 0.27
HSL 81.54º 0.22% 0.65% -
HSV(B) 81.54º 0.21% 0.73% -
XYZ 39.33 45.43 33.89 -
YUV 176.37 110.86 124.17 -
System Red Green Blue C M Y K H S L
Decimal 171 185 146 0.08 0 0.21 0.27 81.54 0.22 0.65
Hex AB B9 92 8 0 15 1B 52 16 41
Octal 253 271 222 10 0 25 33 122 26 101
Binary 10101011 10111001 10010010 1000 0 10101 11011 1010010 10110 1000001

Color Harmonies of #ABB992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB992

Black with #ABB992

Text Example


Text Example

White with #ABB992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB992; }

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

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

background-color css

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

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

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

border-color css

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

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

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