Html Css Color HEX #A6BC95 Norway

📋 copy color: '#A6BC95'

red 166 ◦ green 188 ◦ blue 149

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

Shades of Norway #A6BC95

Tints of Norway #A6BC95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.62%

R = 33%
G = 37.38%
B = 29.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#A6BC95 (or 0xA6BC95) is known color: Norway. HEX triplet: A6, BC and 95. RGB value is (166,188,149). Sum of RGB (Red+Green+Blue) = 166+188+149=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BC95 is #59436A. Grayscale: #B1B1B1. Windows color (decimal): -5849963 or 9813158. OLE color: 9813158.

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

Color convert

RGB 166 188 149 -
CMYK 0.12 0 0.21 0.26
HSL 93.85º 0.23% 0.66% -
HSV(B) 93.85º 0.21% 0.74% -
XYZ 39.13 46.24 35.3 -
YUV 176.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 166 188 149 0.12 0 0.21 0.26 93.85 0.23 0.66
Hex A6 BC 95 C 0 15 1A 5E 17 42
Octal 246 274 225 14 0 25 32 136 27 102
Binary 10100110 10111100 10010101 1100 0 10101 11010 1011110 10111 1000010

Color Harmonies of #A6BC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC95

Black with #A6BC95

Text Example


Text Example

White with #A6BC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC95; }

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

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

background-color css

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

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

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

border-color css

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

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

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