Html Css Color HEX #A2C585 Norway

📋 copy color: '#A2C585'

red 162 ◦ green 197 ◦ blue 133

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

Shades of Norway #A2C585

Tints of Norway #A2C585

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.04%

 BLUE value IS 133 (52.34% from 255) = 27.03%

R = 32.93%
G = 40.04%
B = 27.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#A2C585 (or 0xA2C585) is known color: Norway. HEX triplet: A2, C5 and 85. RGB value is (162,197,133). Sum of RGB (Red+Green+Blue) = 162+197+133=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 197 (77.34% from 255 or 40.04% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 197 - color contains mainly: green. Hex color #A2C585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C585 is #5D3A7A. Grayscale: #B3B3B3. Windows color (decimal): -6109819 or 8766882. OLE color: 8766882.

HSL color Cylindrical-coordinate representation of color #A2C585: hue angle of 92.81º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2C585 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 197 133 -
CMYK 0.18 0 0.32 0.23
HSL 92.81º 0.36% 0.65% -
HSV(B) 92.81º 0.32% 0.77% -
XYZ 39.1 49.31 29.65 -
YUV 179.24 101.9 115.7 -
System Red Green Blue C M Y K H S L
Decimal 162 197 133 0.18 0 0.32 0.23 92.81 0.36 0.65
Hex A2 C5 85 12 0 20 17 5D 24 41
Octal 242 305 205 22 0 40 27 135 44 101
Binary 10100010 11000101 10000101 10010 0 100000 10111 1011101 100100 1000001

Color Harmonies of #A2C585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C585

Black with #A2C585

Text Example


Text Example

White with #A2C585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C585; }

 p { color: rgb(162,197,133); }

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

background-color css

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

 a { background-color: rgb(162,197,133); }

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

border-color css

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

 span { border-color: rgb(162,197,133); }

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