Html Css Color HEX #A1B387 Norway

📋 copy color: '#A1B387'

red 161 ◦ green 179 ◦ blue 135

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

Shades of Norway #A1B387

Tints of Norway #A1B387

RGB

 RED value IS 161 (63.28% from 255) = 33.89%

 GREEN value IS 179 (70.31% from 255) = 37.68%

 BLUE value IS 135 (53.13% from 255) = 28.42%

R = 33.89%
G = 37.68%
B = 28.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#A1B387 (or 0xA1B387) is known color: Norway. HEX triplet: A1, B3 and 87. RGB value is (161,179,135). Sum of RGB (Red+Green+Blue) = 161+179+135=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B387 is #5E4C78. Grayscale: #A8A8A8. Windows color (decimal): -6179961 or 8893345. OLE color: 8893345.

HSL color Cylindrical-coordinate representation of color #A1B387: hue angle of 84.55º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A1B387 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 179 135 -
CMYK 0.10 0 0.25 0.30
HSL 84.55º 0.22% 0.62% -
HSV(B) 84.55º 0.25% 0.7% -
XYZ 35.19 41.57 29.09 -
YUV 168.6 109.04 122.58 -
System Red Green Blue C M Y K H S L
Decimal 161 179 135 0.10 0 0.25 0.30 84.55 0.22 0.62
Hex A1 B3 87 A 0 19 1E 55 16 3E
Octal 241 263 207 12 0 31 36 125 26 76
Binary 10100001 10110011 10000111 1010 0 11001 11110 1010101 10110 111110

Color Harmonies of #A1B387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1B387

Black with #A1B387

Text Example


Text Example

White with #A1B387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1B387; }

 p { color: rgb(161,179,135); }

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

background-color css

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

 a { background-color: rgb(161,179,135); }

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

border-color css

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

 span { border-color: rgb(161,179,135); }

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