Html Css Color HEX #A6BC8E Norway

📋 copy color: '#A6BC8E'

red 166 ◦ green 188 ◦ blue 142

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

Shades of Norway #A6BC8E

Tints of Norway #A6BC8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.63%

R = 33.47%
G = 37.9%
B = 28.63%

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

#A6BC8E (or 0xA6BC8E) is known color: Norway. HEX triplet: A6, BC and 8E. RGB value is (166,188,142). Sum of RGB (Red+Green+Blue) = 166+188+142=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BC8E is #594371. Grayscale: #B0B0B0. Windows color (decimal): -5849970 or 9354406. OLE color: 9354406.

HSL color Cylindrical-coordinate representation of color #A6BC8E: hue angle of 88.7º degrees, saturation: 0.26, 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 #A6BC8E is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 188 142 -
CMYK 0.12 0 0.24 0.26
HSL 88.7º 0.26% 0.65% -
HSV(B) 88.7º 0.24% 0.74% -
XYZ 38.59 46.03 32.44 -
YUV 176.18 108.71 120.74 -
System Red Green Blue C M Y K H S L
Decimal 166 188 142 0.12 0 0.24 0.26 88.7 0.26 0.65
Hex A6 BC 8E C 0 18 1A 59 1A 41
Octal 246 274 216 14 0 30 32 131 32 101
Binary 10100110 10111100 10001110 1100 0 11000 11010 1011001 11010 1000001

Color Harmonies of #A6BC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC8E

Black with #A6BC8E

Text Example


Text Example

White with #A6BC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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