Html Css Color HEX #A2BD8E Norway

📋 copy color: '#A2BD8E'

red 162 ◦ green 189 ◦ blue 142

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

Shades of Norway #A2BD8E

Tints of Norway #A2BD8E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.34%

 BLUE value IS 142 (55.86% from 255) = 28.8%

R = 32.86%
G = 38.34%
B = 28.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#A2BD8E (or 0xA2BD8E) is known color: Norway. HEX triplet: A2, BD and 8E. RGB value is (162,189,142). Sum of RGB (Red+Green+Blue) = 162+189+142=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BD8E is #5D4271. Grayscale: #AFAFAF. Windows color (decimal): -6111858 or 9354658. OLE color: 9354658.

HSL color Cylindrical-coordinate representation of color #A2BD8E: hue angle of 94.47º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2BD8E is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 189 142 -
CMYK 0.14 0 0.25 0.26
HSL 94.47º 0.26% 0.65% -
HSV(B) 94.47º 0.25% 0.74% -
XYZ 37.98 46.03 32.47 -
YUV 175.57 109.05 118.32 -
System Red Green Blue C M Y K H S L
Decimal 162 189 142 0.14 0 0.25 0.26 94.47 0.26 0.65
Hex A2 BD 8E E 0 19 1A 5E 1A 41
Octal 242 275 216 16 0 31 32 136 32 101
Binary 10100010 10111101 10001110 1110 0 11001 11010 1011110 11010 1000001

Color Harmonies of #A2BD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BD8E

Black with #A2BD8E

Text Example


Text Example

White with #A2BD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BD8E; }

 p { color: rgb(162,189,142); }

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

background-color css

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

 a { background-color: rgb(162,189,142); }

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

border-color css

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

 span { border-color: rgb(162,189,142); }

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