Html Css Color HEX #A6C585 Norway

📋 copy color: '#A6C585'

red 166 ◦ green 197 ◦ blue 133

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

Shades of Norway #A6C585

Tints of Norway #A6C585

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.72%

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

R = 33.47%
G = 39.72%
B = 26.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#A6C585 (or 0xA6C585) is known color: Norway. HEX triplet: A6, C5 and 85. RGB value is (166,197,133). Sum of RGB (Red+Green+Blue) = 166+197+133=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 197 (77.34% from 255 or 39.72% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C585 is #593A7A. Grayscale: #B4B4B4. Windows color (decimal): -5847675 or 8766886. OLE color: 8766886.

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

Color convert

RGB 166 197 133 -
CMYK 0.16 0 0.32 0.23
HSL 89.06º 0.36% 0.65% -
HSV(B) 89.06º 0.32% 0.77% -
XYZ 39.93 49.73 29.69 -
YUV 180.44 101.23 117.7 -
System Red Green Blue C M Y K H S L
Decimal 166 197 133 0.16 0 0.32 0.23 89.06 0.36 0.65
Hex A6 C5 85 10 0 20 17 59 24 41
Octal 246 305 205 20 0 40 27 131 44 101
Binary 10100110 11000101 10000101 10000 0 100000 10111 1011001 100100 1000001

Color Harmonies of #A6C585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C585

Black with #A6C585

Text Example


Text Example

White with #A6C585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C585; }

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

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

background-color css

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

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

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

border-color css

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

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

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