Html Css Color HEX #A2B587 Norway

📋 copy color: '#A2B587'

red 162 ◦ green 181 ◦ blue 135

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

Shades of Norway #A2B587

Tints of Norway #A2B587

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.87%

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

R = 33.89%
G = 37.87%
B = 28.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#A2B587 (or 0xA2B587) is known color: Norway. HEX triplet: A2, B5 and 87. RGB value is (162,181,135). Sum of RGB (Red+Green+Blue) = 162+181+135=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B587 is #5D4A78. Grayscale: #AAAAAA. Windows color (decimal): -6113913 or 8893858. OLE color: 8893858.

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

Color convert

RGB 162 181 135 -
CMYK 0.10 0 0.25 0.29
HSL 84.78º 0.24% 0.62% -
HSV(B) 84.78º 0.25% 0.71% -
XYZ 35.8 42.48 29.23 -
YUV 170.08 108.21 122.24 -
System Red Green Blue C M Y K H S L
Decimal 162 181 135 0.10 0 0.25 0.29 84.78 0.24 0.62
Hex A2 B5 87 A 0 19 1D 55 18 3E
Octal 242 265 207 12 0 31 35 125 30 76
Binary 10100010 10110101 10000111 1010 0 11001 11101 1010101 11000 111110

Color Harmonies of #A2B587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B587

Black with #A2B587

Text Example


Text Example

White with #A2B587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B587; }

 p { color: rgb(162,181,135); }

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

background-color css

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

 a { background-color: rgb(162,181,135); }

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

border-color css

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

 span { border-color: rgb(162,181,135); }

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