Html Css Color HEX #A2B594 Norway

📋 copy color: '#A2B594'

red 162 ◦ green 181 ◦ blue 148

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

Shades of Norway #A2B594

Tints of Norway #A2B594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.14%

R = 32.99%
G = 36.86%
B = 30.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#A2B594 (or 0xA2B594) is known color: Norway. HEX triplet: A2, B5 and 94. RGB value is (162,181,148). Sum of RGB (Red+Green+Blue) = 162+181+148=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B594 is #5D4A6B. Grayscale: #ABABAB. Windows color (decimal): -6113900 or 9745826. OLE color: 9745826.

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

Color convert

RGB 162 181 148 -
CMYK 0.10 0 0.18 0.29
HSL 94.55º 0.18% 0.65% -
HSV(B) 94.55º 0.18% 0.71% -
XYZ 36.77 42.87 34.35 -
YUV 171.56 114.71 121.18 -
System Red Green Blue C M Y K H S L
Decimal 162 181 148 0.10 0 0.18 0.29 94.55 0.18 0.65
Hex A2 B5 94 A 0 12 1D 5F 12 41
Octal 242 265 224 12 0 22 35 137 22 101
Binary 10100010 10110101 10010100 1010 0 10010 11101 1011111 10010 1000001

Color Harmonies of #A2B594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B594

Black with #A2B594

Text Example


Text Example

White with #A2B594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B594; }

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

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

background-color css

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

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

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

border-color css

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

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

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