Html Css Color HEX #A6C692 Norway

📋 copy color: '#A6C692'

red 166 ◦ green 198 ◦ blue 146

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

Shades of Norway #A6C692

Tints of Norway #A6C692

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.82%

 BLUE value IS 146 (57.42% from 255) = 28.63%

R = 32.55%
G = 38.82%
B = 28.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#A6C692 (or 0xA6C692) is known color: Norway. HEX triplet: A6, C6 and 92. RGB value is (166,198,146). Sum of RGB (Red+Green+Blue) = 166+198+146=510 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.55% from 510); Green value is 198 (77.73% from 255 or 38.82% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C692 is #59396D. Grayscale: #B6B6B6. Windows color (decimal): -5847406 or 9619110. OLE color: 9619110.

HSL color Cylindrical-coordinate representation of color #A6C692: hue angle of 96.92º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6C692 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 198 146 -
CMYK 0.16 0 0.26 0.22
HSL 96.92º 0.31% 0.67% -
HSV(B) 96.92º 0.26% 0.78% -
XYZ 41.11 50.57 34.79 -
YUV 182.5 107.4 116.23 -
System Red Green Blue C M Y K H S L
Decimal 166 198 146 0.16 0 0.26 0.22 96.92 0.31 0.67
Hex A6 C6 92 10 0 1A 16 61 1F 43
Octal 246 306 222 20 0 32 26 141 37 103
Binary 10100110 11000110 10010010 10000 0 11010 10110 1100001 11111 1000011

Color Harmonies of #A6C692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C692

Black with #A6C692

Text Example


Text Example

White with #A6C692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C692; }

 p { color: rgb(166,198,146); }

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

background-color css

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

 a { background-color: rgb(166,198,146); }

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

border-color css

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

 span { border-color: rgb(166,198,146); }

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