Html Css Color HEX #A6BC8F Norway

📋 copy color: '#A6BC8F'

red 166 ◦ green 188 ◦ blue 143

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

Shades of Norway #A6BC8F

Tints of Norway #A6BC8F

RGB

 RED value IS 166 (65.23% from 255) = 33.4%

 GREEN value IS 188 (73.83% from 255) = 37.83%

 BLUE value IS 143 (56.25% from 255) = 28.77%

R = 33.4%
G = 37.83%
B = 28.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#A6BC8F (or 0xA6BC8F) is known color: Norway. HEX triplet: A6, BC and 8F. RGB value is (166,188,143). Sum of RGB (Red+Green+Blue) = 166+188+143=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BC8F is #594370. Grayscale: #B0B0B0. Windows color (decimal): -5849969 or 9419942. OLE color: 9419942.

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

Color convert

RGB 166 188 143 -
CMYK 0.12 0 0.24 0.26
HSL 89.33º 0.25% 0.65% -
HSV(B) 89.33º 0.24% 0.74% -
XYZ 38.67 46.06 32.84 -
YUV 176.29 109.21 120.66 -
System Red Green Blue C M Y K H S L
Decimal 166 188 143 0.12 0 0.24 0.26 89.33 0.25 0.65
Hex A6 BC 8F C 0 18 1A 59 19 41
Octal 246 274 217 14 0 30 32 131 31 101
Binary 10100110 10111100 10001111 1100 0 11000 11010 1011001 11001 1000001

Color Harmonies of #A6BC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC8F

Black with #A6BC8F

Text Example


Text Example

White with #A6BC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC8F; }

 p { color: rgb(166,188,143); }

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

background-color css

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

 a { background-color: rgb(166,188,143); }

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

border-color css

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

 span { border-color: rgb(166,188,143); }

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