Html Css Color HEX #A2B787 Norway

📋 copy color: '#A2B787'

red 162 ◦ green 183 ◦ blue 135

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

Shades of Norway #A2B787

Tints of Norway #A2B787

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.13%

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

R = 33.75%
G = 38.13%
B = 28.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#A2B787 (or 0xA2B787) is known color: Norway. HEX triplet: A2, B7 and 87. RGB value is (162,183,135). Sum of RGB (Red+Green+Blue) = 162+183+135=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 135 (53.12% from 255 or 28.12% from 480); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B787 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B787 is #5D4878. Grayscale: #ABABAB. Windows color (decimal): -6113401 or 8894370. OLE color: 8894370.

HSL color Cylindrical-coordinate representation of color #A2B787: hue angle of 86.25º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2B787 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB 162 183 135 -
CMYK 0.11 0 0.26 0.28
HSL 86.25º 0.25% 0.62% -
HSV(B) 86.25º 0.26% 0.72% -
XYZ 36.21 43.3 29.37 -
YUV 171.25 107.54 121.4 -
System Red Green Blue C M Y K H S L
Decimal 162 183 135 0.11 0 0.26 0.28 86.25 0.25 0.62
Hex A2 B7 87 B 0 1A 1C 56 19 3E
Octal 242 267 207 13 0 32 34 126 31 76
Binary 10100010 10110111 10000111 1011 0 11010 11100 1010110 11001 111110

Color Harmonies of #A2B787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B787

Black with #A2B787

Text Example


Text Example

White with #A2B787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B787; }

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

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

background-color css

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

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

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

border-color css

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

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

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