Html Css Color HEX #A6BC87 Norway

📋 copy color: '#A6BC87'

red 166 ◦ green 188 ◦ blue 135

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

Shades of Norway #A6BC87

Tints of Norway #A6BC87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.61%

R = 33.95%
G = 38.45%
B = 27.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#A6BC87 (or 0xA6BC87) is known color: Norway. HEX triplet: A6, BC and 87. RGB value is (166,188,135). Sum of RGB (Red+Green+Blue) = 166+188+135=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 135 (53.12% from 255 or 27.61% from 489); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BC87 is #594378. Grayscale: #AFAFAF. Windows color (decimal): -5849977 or 8895654. OLE color: 8895654.

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

Color convert

RGB 166 188 135 -
CMYK 0.12 0 0.28 0.26
HSL 84.91º 0.28% 0.63% -
HSV(B) 84.91º 0.28% 0.74% -
XYZ 38.08 45.82 29.76 -
YUV 175.38 105.21 121.31 -
System Red Green Blue C M Y K H S L
Decimal 166 188 135 0.12 0 0.28 0.26 84.91 0.28 0.63
Hex A6 BC 87 C 0 1C 1A 55 1C 3F
Octal 246 274 207 14 0 34 32 125 34 77
Binary 10100110 10111100 10000111 1100 0 11100 11010 1010101 11100 111111

Color Harmonies of #A6BC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC87

Black with #A6BC87

Text Example


Text Example

White with #A6BC87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC87; }

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

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

background-color css

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

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

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

border-color css

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

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

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