Html Css Color HEX #ABB99A Norway

📋 copy color: '#ABB99A'

red 171 ◦ green 185 ◦ blue 154

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

Shades of Norway #ABB99A

Tints of Norway #ABB99A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.2%

R = 33.53%
G = 36.27%
B = 30.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#ABB99A (or 0xABB99A) is known color: Norway. HEX triplet: AB, B9 and 9A. RGB value is (171,185,154). Sum of RGB (Red+Green+Blue) = 171+185+154=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB99A is #544665. Grayscale: #B1B1B1. Windows color (decimal): -5523046 or 10140075. OLE color: 10140075.

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

Color convert

RGB 171 185 154 -
CMYK 0.08 0 0.17 0.27
HSL 87.1º 0.18% 0.66% -
HSV(B) 87.1º 0.17% 0.73% -
XYZ 39.98 45.69 37.28 -
YUV 177.28 114.86 123.52 -
System Red Green Blue C M Y K H S L
Decimal 171 185 154 0.08 0 0.17 0.27 87.1 0.18 0.66
Hex AB B9 9A 8 0 11 1B 57 12 42
Octal 253 271 232 10 0 21 33 127 22 102
Binary 10101011 10111001 10011010 1000 0 10001 11011 1010111 10010 1000010

Color Harmonies of #ABB99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB99A

Black with #ABB99A

Text Example


Text Example

White with #ABB99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB99A; }

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

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

background-color css

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

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

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

border-color css

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

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

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