Html Css Color HEX #A2B28C Norway

📋 copy color: '#A2B28C'

red 162 ◦ green 178 ◦ blue 140

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

Shades of Norway #A2B28C

Tints of Norway #A2B28C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.08%

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

R = 33.75%
G = 37.08%
B = 29.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#A2B28C (or 0xA2B28C) is known color: Norway. HEX triplet: A2, B2 and 8C. RGB value is (162,178,140). Sum of RGB (Red+Green+Blue) = 162+178+140=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B28C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B28C is #5D4D73. Grayscale: #A9A9A9. Windows color (decimal): -6114676 or 9220770. OLE color: 9220770.

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

Color convert

RGB 162 178 140 -
CMYK 0.09 0 0.21 0.30
HSL 85.26º 0.2% 0.62% -
HSV(B) 85.26º 0.21% 0.7% -
XYZ 35.55 41.42 30.93 -
YUV 168.88 111.7 123.09 -
System Red Green Blue C M Y K H S L
Decimal 162 178 140 0.09 0 0.21 0.30 85.26 0.2 0.62
Hex A2 B2 8C 9 0 15 1E 55 14 3E
Octal 242 262 214 11 0 25 36 125 24 76
Binary 10100010 10110010 10001100 1001 0 10101 11110 1010101 10100 111110

Color Harmonies of #A2B28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B28C

Black with #A2B28C

Text Example


Text Example

White with #A2B28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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