Html Css Color HEX #A2B285 Norway

📋 copy color: '#A2B285'

red 162 ◦ green 178 ◦ blue 133

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

Shades of Norway #A2B285

Tints of Norway #A2B285

RGB

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

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

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

R = 34.25%
G = 37.63%
B = 28.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#A2B285 (or 0xA2B285) is known color: Norway. HEX triplet: A2, B2 and 85. RGB value is (162,178,133). Sum of RGB (Red+Green+Blue) = 162+178+133=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B285 is #5D4D7A. Grayscale: #A8A8A8. Windows color (decimal): -6114683 or 8762018. OLE color: 8762018.

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

Color convert

RGB 162 178 133 -
CMYK 0.09 0 0.25 0.30
HSL 81.33º 0.23% 0.61% -
HSV(B) 81.33º 0.25% 0.7% -
XYZ 35.05 41.22 28.3 -
YUV 168.09 108.2 123.66 -
System Red Green Blue C M Y K H S L
Decimal 162 178 133 0.09 0 0.25 0.30 81.33 0.23 0.61
Hex A2 B2 85 9 0 19 1E 51 17 3D
Octal 242 262 205 11 0 31 36 121 27 75
Binary 10100010 10110010 10000101 1001 0 11001 11110 1010001 10111 111101

Color Harmonies of #A2B285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B285

Black with #A2B285

Text Example


Text Example

White with #A2B285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B285; }

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

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

background-color css

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

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

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

border-color css

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

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

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