Html Css Color HEX #A6C293 Norway

📋 copy color: '#A6C293'

red 166 ◦ green 194 ◦ blue 147

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

Shades of Norway #A6C293

Tints of Norway #A6C293

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.26%

 BLUE value IS 147 (57.81% from 255) = 28.99%

R = 32.74%
G = 38.26%
B = 28.99%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#A6C293 (or 0xA6C293) is known color: Norway. HEX triplet: A6, C2 and 93. RGB value is (166,194,147). Sum of RGB (Red+Green+Blue) = 166+194+147=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C293 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C293 is #593D6C. Grayscale: #B4B4B4. Windows color (decimal): -5848429 or 9683622. OLE color: 9683622.

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

Color convert

RGB 166 194 147 -
CMYK 0.14 0 0.24 0.24
HSL 95.74º 0.28% 0.67% -
HSV(B) 95.74º 0.24% 0.76% -
XYZ 40.28 48.8 34.9 -
YUV 180.27 109.22 117.82 -
System Red Green Blue C M Y K H S L
Decimal 166 194 147 0.14 0 0.24 0.24 95.74 0.28 0.67
Hex A6 C2 93 E 0 18 18 60 1C 43
Octal 246 302 223 16 0 30 30 140 34 103
Binary 10100110 11000010 10010011 1110 0 11000 11000 1100000 11100 1000011

Color Harmonies of #A6C293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C293

Black with #A6C293

Text Example


Text Example

White with #A6C293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C293; }

 p { color: rgb(166,194,147); }

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

background-color css

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

 a { background-color: rgb(166,194,147); }

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

border-color css

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

 span { border-color: rgb(166,194,147); }

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