Html Css Color HEX #A6C096 Norway

📋 copy color: '#A6C096'

red 166 ◦ green 192 ◦ blue 150

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

Shades of Norway #A6C096

Tints of Norway #A6C096

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.8%

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

R = 32.68%
G = 37.8%
B = 29.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#A6C096 (or 0xA6C096) is known color: Norway. HEX triplet: A6, C0 and 96. RGB value is (166,192,150). Sum of RGB (Red+Green+Blue) = 166+192+150=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C096 is #593F69. Grayscale: #B3B3B3. Windows color (decimal): -5848938 or 9879718. OLE color: 9879718.

HSL color Cylindrical-coordinate representation of color #A6C096: hue angle of 97.14º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6C096 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 192 150 -
CMYK 0.14 0 0.22 0.25
HSL 97.14º 0.25% 0.67% -
HSV(B) 97.14º 0.22% 0.75% -
XYZ 40.08 48.01 36.01 -
YUV 179.44 111.39 118.42 -
System Red Green Blue C M Y K H S L
Decimal 166 192 150 0.14 0 0.22 0.25 97.14 0.25 0.67
Hex A6 C0 96 E 0 16 19 61 19 43
Octal 246 300 226 16 0 26 31 141 31 103
Binary 10100110 11000000 10010110 1110 0 10110 11001 1100001 11001 1000011

Color Harmonies of #A6C096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C096

Black with #A6C096

Text Example


Text Example

White with #A6C096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C096; }

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

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

background-color css

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

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

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

border-color css

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

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

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