Html Css Color HEX #A2B988 Norway

📋 copy color: '#A2B988'

red 162 ◦ green 185 ◦ blue 136

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

Shades of Norway #A2B988

Tints of Norway #A2B988

RGB

 RED value IS 162 (63.67% from 255) = 33.54%

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

 BLUE value IS 136 (53.52% from 255) = 28.16%

R = 33.54%
G = 38.3%
B = 28.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#A2B988 (or 0xA2B988) is known color: Norway. HEX triplet: A2, B9 and 88. RGB value is (162,185,136). Sum of RGB (Red+Green+Blue) = 162+185+136=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B988 is #5D4677. Grayscale: #ACACAC. Windows color (decimal): -6112888 or 8960418. OLE color: 8960418.

HSL color Cylindrical-coordinate representation of color #A2B988: hue angle of 88.16º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2B988 is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 185 136 -
CMYK 0.12 0 0.26 0.27
HSL 88.16º 0.26% 0.63% -
HSV(B) 88.16º 0.26% 0.73% -
XYZ 36.69 44.16 29.88 -
YUV 172.54 107.38 120.48 -
System Red Green Blue C M Y K H S L
Decimal 162 185 136 0.12 0 0.26 0.27 88.16 0.26 0.63
Hex A2 B9 88 C 0 1A 1B 58 1A 3F
Octal 242 271 210 14 0 32 33 130 32 77
Binary 10100010 10111001 10001000 1100 0 11010 11011 1011000 11010 111111

Color Harmonies of #A2B988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B988

Black with #A2B988

Text Example


Text Example

White with #A2B988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B988; }

 p { color: rgb(162,185,136); }

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

background-color css

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

 a { background-color: rgb(162,185,136); }

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

border-color css

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

 span { border-color: rgb(162,185,136); }

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