Html Css Color HEX #A6BC8D Norway

📋 copy color: '#A6BC8D'

red 166 ◦ green 188 ◦ blue 141

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

Shades of Norway #A6BC8D

Tints of Norway #A6BC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.48%

R = 33.54%
G = 37.98%
B = 28.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#A6BC8D (or 0xA6BC8D) is known color: Norway. HEX triplet: A6, BC and 8D. RGB value is (166,188,141). Sum of RGB (Red+Green+Blue) = 166+188+141=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BC8D is #594372. Grayscale: #B0B0B0. Windows color (decimal): -5849971 or 9288870. OLE color: 9288870.

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

Color convert

RGB 166 188 141 -
CMYK 0.12 0 0.25 0.26
HSL 88.09º 0.26% 0.65% -
HSV(B) 88.09º 0.25% 0.74% -
XYZ 38.52 46 32.05 -
YUV 176.06 108.21 120.82 -
System Red Green Blue C M Y K H S L
Decimal 166 188 141 0.12 0 0.25 0.26 88.09 0.26 0.65
Hex A6 BC 8D C 0 19 1A 58 1A 41
Octal 246 274 215 14 0 31 32 130 32 101
Binary 10100110 10111100 10001101 1100 0 11001 11010 1011000 11010 1000001

Color Harmonies of #A6BC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC8D

Black with #A6BC8D

Text Example


Text Example

White with #A6BC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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