Html Css Color HEX #ABB990 Norway

📋 copy color: '#ABB990'

red 171 ◦ green 185 ◦ blue 144

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

Shades of Norway #ABB990

Tints of Norway #ABB990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.8%

R = 34.2%
G = 37%
B = 28.8%

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

#ABB990 (or 0xABB990) is known color: Norway. HEX triplet: AB, B9 and 90. RGB value is (171,185,144). Sum of RGB (Red+Green+Blue) = 171+185+144=500 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.2% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB990 is #54466F. Grayscale: #B0B0B0. Windows color (decimal): -5523056 or 9484715. OLE color: 9484715.

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

Color convert

RGB 171 185 144 -
CMYK 0.08 0 0.22 0.27
HSL 80.49º 0.23% 0.65% -
HSV(B) 80.49º 0.22% 0.73% -
XYZ 39.18 45.37 33.08 -
YUV 176.14 109.86 124.33 -
System Red Green Blue C M Y K H S L
Decimal 171 185 144 0.08 0 0.22 0.27 80.49 0.23 0.65
Hex AB B9 90 8 0 16 1B 50 17 41
Octal 253 271 220 10 0 26 33 120 27 101
Binary 10101011 10111001 10010000 1000 0 10110 11011 1010000 10111 1000001

Color Harmonies of #ABB990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB990

Black with #ABB990

Text Example


Text Example

White with #ABB990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB990; }

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

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

background-color css

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

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

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

border-color css

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

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

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