Html Css Color HEX #A6C685 Norway

📋 copy color: '#A6C685'

red 166 ◦ green 198 ◦ blue 133

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

Shades of Norway #A6C685

Tints of Norway #A6C685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.76%

R = 33.4%
G = 39.84%
B = 26.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.22

RGB Variations

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

Color information

#A6C685 (or 0xA6C685) is known color: Norway. HEX triplet: A6, C6 and 85. RGB value is (166,198,133). Sum of RGB (Red+Green+Blue) = 166+198+133=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C685 is #59397A. Grayscale: #B5B5B5. Windows color (decimal): -5847419 or 8767142. OLE color: 8767142.

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

Color convert

RGB 166 198 133 -
CMYK 0.16 0 0.33 0.22
HSL 89.54º 0.36% 0.65% -
HSV(B) 89.54º 0.33% 0.78% -
XYZ 40.15 50.19 29.76 -
YUV 181.02 100.9 117.29 -
System Red Green Blue C M Y K H S L
Decimal 166 198 133 0.16 0 0.33 0.22 89.54 0.36 0.65
Hex A6 C6 85 10 0 21 16 5A 24 41
Octal 246 306 205 20 0 41 26 132 44 101
Binary 10100110 11000110 10000101 10000 0 100001 10110 1011010 100100 1000001

Color Harmonies of #A6C685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C685

Black with #A6C685

Text Example


Text Example

White with #A6C685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C685; }

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

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

background-color css

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

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

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

border-color css

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

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

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