Html Css Color HEX #A2B185 Norway

📋 copy color: '#A2B185'

red 162 ◦ green 177 ◦ blue 133

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

Shades of Norway #A2B185

Tints of Norway #A2B185

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.5%

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

R = 34.32%
G = 37.5%
B = 28.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#A2B185 (or 0xA2B185) is known color: Norway. HEX triplet: A2, B1 and 85. RGB value is (162,177,133). Sum of RGB (Red+Green+Blue) = 162+177+133=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 177 - color contains mainly: green. Hex color #A2B185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B185 is #5D4E7A. Grayscale: #A7A7A7. Windows color (decimal): -6114939 or 8761762. OLE color: 8761762.

HSL color Cylindrical-coordinate representation of color #A2B185: hue angle of 80.45º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A2B185 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 177 133 -
CMYK 0.08 0 0.25 0.31
HSL 80.45º 0.22% 0.61% -
HSV(B) 80.45º 0.25% 0.69% -
XYZ 34.86 40.82 28.23 -
YUV 167.5 108.53 124.08 -
System Red Green Blue C M Y K H S L
Decimal 162 177 133 0.08 0 0.25 0.31 80.45 0.22 0.61
Hex A2 B1 85 8 0 19 1F 50 16 3D
Octal 242 261 205 10 0 31 37 120 26 75
Binary 10100010 10110001 10000101 1000 0 11001 11111 1010000 10110 111101

Color Harmonies of #A2B185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B185

Black with #A2B185

Text Example


Text Example

White with #A2B185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B185; }

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

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

background-color css

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

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

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

border-color css

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

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

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