Html Css Color HEX #A2BF8C Norway

📋 copy color: '#A2BF8C'

red 162 ◦ green 191 ◦ blue 140

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

Shades of Norway #A2BF8C

Tints of Norway #A2BF8C

RGB

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

 GREEN value IS 191 (75% from 255) = 38.74%

 BLUE value IS 140 (55.08% from 255) = 28.4%

R = 32.86%
G = 38.74%
B = 28.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#A2BF8C (or 0xA2BF8C) is known color: Norway. HEX triplet: A2, BF and 8C. RGB value is (162,191,140). Sum of RGB (Red+Green+Blue) = 162+191+140=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 191 - color contains mainly: green. Hex color #A2BF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BF8C is #5D4073. Grayscale: #B0B0B0. Windows color (decimal): -6111348 or 9224098. OLE color: 9224098.

HSL color Cylindrical-coordinate representation of color #A2BF8C: hue angle of 94.12º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2BF8C is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 191 140 -
CMYK 0.15 0 0.27 0.25
HSL 94.12º 0.28% 0.65% -
HSV(B) 94.12º 0.27% 0.75% -
XYZ 38.26 46.84 31.83 -
YUV 176.52 107.39 117.65 -
System Red Green Blue C M Y K H S L
Decimal 162 191 140 0.15 0 0.27 0.25 94.12 0.28 0.65
Hex A2 BF 8C F 0 1B 19 5E 1C 41
Octal 242 277 214 17 0 33 31 136 34 101
Binary 10100010 10111111 10001100 1111 0 11011 11001 1011110 11100 1000001

Color Harmonies of #A2BF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BF8C

Black with #A2BF8C

Text Example


Text Example

White with #A2BF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BF8C; }

 p { color: rgb(162,191,140); }

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

background-color css

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

 a { background-color: rgb(162,191,140); }

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

border-color css

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

 span { border-color: rgb(162,191,140); }

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