Html Css Color HEX #A6BC8A Norway

📋 copy color: '#A6BC8A'

red 166 ◦ green 188 ◦ blue 138

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

Shades of Norway #A6BC8A

Tints of Norway #A6BC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.05%

R = 33.74%
G = 38.21%
B = 28.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#A6BC8A (or 0xA6BC8A) is known color: Norway. HEX triplet: A6, BC and 8A. RGB value is (166,188,138). Sum of RGB (Red+Green+Blue) = 166+188+138=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BC8A is #594375. Grayscale: #AFAFAF. Windows color (decimal): -5849974 or 9092262. OLE color: 9092262.

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

Color convert

RGB 166 188 138 -
CMYK 0.12 0 0.27 0.26
HSL 86.4º 0.27% 0.64% -
HSV(B) 86.4º 0.27% 0.74% -
XYZ 38.3 45.91 30.89 -
YUV 175.72 106.71 121.07 -
System Red Green Blue C M Y K H S L
Decimal 166 188 138 0.12 0 0.27 0.26 86.4 0.27 0.64
Hex A6 BC 8A C 0 1B 1A 56 1B 40
Octal 246 274 212 14 0 33 32 126 33 100
Binary 10100110 10111100 10001010 1100 0 11011 11010 1010110 11011 1000000

Color Harmonies of #A6BC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC8A

Black with #A6BC8A

Text Example


Text Example

White with #A6BC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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