Html Css Color HEX #A2B589 Norway

📋 copy color: '#A2B589'

red 162 ◦ green 181 ◦ blue 137

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

Shades of Norway #A2B589

Tints of Norway #A2B589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.54%

R = 33.75%
G = 37.71%
B = 28.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#A2B589 (or 0xA2B589) is known color: Norway. HEX triplet: A2, B5 and 89. RGB value is (162,181,137). Sum of RGB (Red+Green+Blue) = 162+181+137=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 137 (53.91% from 255 or 28.54% from 480); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B589 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B589 is #5D4A76. Grayscale: #AAAAAA. Windows color (decimal): -6113911 or 9024930. OLE color: 9024930.

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

Color convert

RGB 162 181 137 -
CMYK 0.10 0 0.24 0.29
HSL 85.91º 0.23% 0.62% -
HSV(B) 85.91º 0.24% 0.71% -
XYZ 35.94 42.54 29.98 -
YUV 170.3 109.21 122.08 -
System Red Green Blue C M Y K H S L
Decimal 162 181 137 0.10 0 0.24 0.29 85.91 0.23 0.62
Hex A2 B5 89 A 0 18 1D 56 17 3E
Octal 242 265 211 12 0 30 35 126 27 76
Binary 10100010 10110101 10001001 1010 0 11000 11101 1010110 10111 111110

Color Harmonies of #A2B589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B589

Black with #A2B589

Text Example


Text Example

White with #A2B589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B589; }

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

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

background-color css

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

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

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

border-color css

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

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

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