Html Css Color HEX #A2B38C Norway

📋 copy color: '#A2B38C'

red 162 ◦ green 179 ◦ blue 140

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

Shades of Norway #A2B38C

Tints of Norway #A2B38C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.11%

R = 33.68%
G = 37.21%
B = 29.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#A2B38C (or 0xA2B38C) is known color: Norway. HEX triplet: A2, B3 and 8C. RGB value is (162,179,140). Sum of RGB (Red+Green+Blue) = 162+179+140=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B38C is #5D4C73. Grayscale: #A9A9A9. Windows color (decimal): -6114420 or 9221026. OLE color: 9221026.

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

Color convert

RGB 162 179 140 -
CMYK 0.09 0 0.22 0.30
HSL 86.15º 0.2% 0.63% -
HSV(B) 86.15º 0.22% 0.7% -
XYZ 35.75 41.82 31 -
YUV 169.47 111.37 122.67 -
System Red Green Blue C M Y K H S L
Decimal 162 179 140 0.09 0 0.22 0.30 86.15 0.2 0.63
Hex A2 B3 8C 9 0 16 1E 56 14 3F
Octal 242 263 214 11 0 26 36 126 24 77
Binary 10100010 10110011 10001100 1001 0 10110 11110 1010110 10100 111111

Color Harmonies of #A2B38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B38C

Black with #A2B38C

Text Example


Text Example

White with #A2B38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B38C; }

 p { color: rgb(162,179,140); }

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

background-color css

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

 a { background-color: rgb(162,179,140); }

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

border-color css

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

 span { border-color: rgb(162,179,140); }

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