Html Css Color HEX #A6C095 Norway

📋 copy color: '#A6C095'

red 166 ◦ green 192 ◦ blue 149

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

Shades of Norway #A6C095

Tints of Norway #A6C095

RGB

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

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

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

R = 32.74%
G = 37.87%
B = 29.39%

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

#A6C095 (or 0xA6C095) is known color: Norway. HEX triplet: A6, C0 and 95. RGB value is (166,192,149). Sum of RGB (Red+Green+Blue) = 166+192+149=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C095 is #593F6A. Grayscale: #B3B3B3. Windows color (decimal): -5848939 or 9814182. OLE color: 9814182.

HSL color Cylindrical-coordinate representation of color #A6C095: hue angle of 96.28º 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 #A6C095 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 192 149 -
CMYK 0.14 0 0.22 0.25
HSL 96.28º 0.25% 0.67% -
HSV(B) 96.28º 0.22% 0.75% -
XYZ 40 47.98 35.59 -
YUV 179.32 110.89 118.5 -
System Red Green Blue C M Y K H S L
Decimal 166 192 149 0.14 0 0.22 0.25 96.28 0.25 0.67
Hex A6 C0 95 E 0 16 19 60 19 43
Octal 246 300 225 16 0 26 31 140 31 103
Binary 10100110 11000000 10010101 1110 0 10110 11001 1100000 11001 1000011

Color Harmonies of #A6C095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C095

Black with #A6C095

Text Example


Text Example

White with #A6C095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C095; }

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

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

background-color css

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

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

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

border-color css

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

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

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