Html Css Color HEX #ABB993 Norway

📋 copy color: '#ABB993'

red 171 ◦ green 185 ◦ blue 147

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

Shades of Norway #ABB993

Tints of Norway #ABB993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.22%

R = 34%
G = 36.78%
B = 29.22%

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

#ABB993 (or 0xABB993) is known color: Norway. HEX triplet: AB, B9 and 93. RGB value is (171,185,147). Sum of RGB (Red+Green+Blue) = 171+185+147=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB993 is #54466C. Grayscale: #B0B0B0. Windows color (decimal): -5523053 or 9681323. OLE color: 9681323.

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

Color convert

RGB 171 185 147 -
CMYK 0.08 0 0.21 0.27
HSL 82.11º 0.21% 0.65% -
HSV(B) 82.11º 0.21% 0.73% -
XYZ 39.41 45.46 34.3 -
YUV 176.48 111.36 124.09 -
System Red Green Blue C M Y K H S L
Decimal 171 185 147 0.08 0 0.21 0.27 82.11 0.21 0.65
Hex AB B9 93 8 0 15 1B 52 15 41
Octal 253 271 223 10 0 25 33 122 25 101
Binary 10101011 10111001 10010011 1000 0 10101 11011 1010010 10101 1000001

Color Harmonies of #ABB993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB993

Black with #ABB993

Text Example


Text Example

White with #ABB993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB993; }

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

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

background-color css

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

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

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

border-color css

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

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

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