Html Css Color HEX #A2BD92 Norway

📋 copy color: '#A2BD92'

red 162 ◦ green 189 ◦ blue 146

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

Shades of Norway #A2BD92

Tints of Norway #A2BD92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.38%

R = 32.6%
G = 38.03%
B = 29.38%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#A2BD92 (or 0xA2BD92) is known color: Norway. HEX triplet: A2, BD and 92. RGB value is (162,189,146). Sum of RGB (Red+Green+Blue) = 162+189+146=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BD92 is #5D426D. Grayscale: #B0B0B0. Windows color (decimal): -6111854 or 9616802. OLE color: 9616802.

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

Color convert

RGB 162 189 146 -
CMYK 0.14 0 0.23 0.26
HSL 97.67º 0.25% 0.66% -
HSV(B) 97.67º 0.23% 0.74% -
XYZ 38.29 46.15 34.08 -
YUV 176.03 111.05 118 -
System Red Green Blue C M Y K H S L
Decimal 162 189 146 0.14 0 0.23 0.26 97.67 0.25 0.66
Hex A2 BD 92 E 0 17 1A 62 19 42
Octal 242 275 222 16 0 27 32 142 31 102
Binary 10100010 10111101 10010010 1110 0 10111 11010 1100010 11001 1000010

Color Harmonies of #A2BD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BD92

Black with #A2BD92

Text Example


Text Example

White with #A2BD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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