Html Css Color HEX #A6BC96 Norway

📋 copy color: '#A6BC96'

red 166 ◦ green 188 ◦ blue 150

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

Shades of Norway #A6BC96

Tints of Norway #A6BC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.76%

R = 32.94%
G = 37.3%
B = 29.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#A6BC96 (or 0xA6BC96) is known color: Norway. HEX triplet: A6, BC and 96. RGB value is (166,188,150). Sum of RGB (Red+Green+Blue) = 166+188+150=504 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.94% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 188 - color contains mainly: green. Hex color #A6BC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6BC96 is #594369. Grayscale: #B1B1B1. Windows color (decimal): -5849962 or 9878694. OLE color: 9878694.

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

Color convert

RGB 166 188 150 -
CMYK 0.12 0 0.20 0.26
HSL 94.74º 0.22% 0.66% -
HSV(B) 94.74º 0.2% 0.74% -
XYZ 39.21 46.28 35.72 -
YUV 177.09 112.71 120.09 -
System Red Green Blue C M Y K H S L
Decimal 166 188 150 0.12 0 0.20 0.26 94.74 0.22 0.66
Hex A6 BC 96 C 0 14 1A 5F 16 42
Octal 246 274 226 14 0 24 32 137 26 102
Binary 10100110 10111100 10010110 1100 0 10100 11010 1011111 10110 1000010

Color Harmonies of #A6BC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6BC96

Black with #A6BC96

Text Example


Text Example

White with #A6BC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6BC96; }

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

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

background-color css

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

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

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

border-color css

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

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

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