Html Css Color HEX #ABB998 Norway

📋 copy color: '#ABB998'

red 171 ◦ green 185 ◦ blue 152

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

Shades of Norway #ABB998

Tints of Norway #ABB998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.92%

R = 33.66%
G = 36.42%
B = 29.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#ABB998 (or 0xABB998) is known color: Norway. HEX triplet: AB, B9 and 98. RGB value is (171,185,152). Sum of RGB (Red+Green+Blue) = 171+185+152=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 185 (72.66% from 255 or 36.42% from 508); Blue value is 152 (59.77% from 255 or 29.92% from 508); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB998 is #544667. Grayscale: #B1B1B1. Windows color (decimal): -5523048 or 10009003. OLE color: 10009003.

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

Color convert

RGB 171 185 152 -
CMYK 0.08 0 0.18 0.27
HSL 85.45º 0.19% 0.66% -
HSV(B) 85.45º 0.18% 0.73% -
XYZ 39.81 45.62 36.41 -
YUV 177.05 113.86 123.68 -
System Red Green Blue C M Y K H S L
Decimal 171 185 152 0.08 0 0.18 0.27 85.45 0.19 0.66
Hex AB B9 98 8 0 12 1B 55 13 42
Octal 253 271 230 10 0 22 33 125 23 102
Binary 10101011 10111001 10011000 1000 0 10010 11011 1010101 10011 1000010

Color Harmonies of #ABB998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB998

Black with #ABB998

Text Example


Text Example

White with #ABB998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB998; }

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

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

background-color css

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

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

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

border-color css

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

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

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