Html Css Color HEX #A6C584 Norway

📋 copy color: '#A6C584'

red 166 ◦ green 197 ◦ blue 132

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

Shades of Norway #A6C584

Tints of Norway #A6C584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.67%

R = 33.54%
G = 39.8%
B = 26.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#A6C584 (or 0xA6C584) is known color: Norway. HEX triplet: A6, C5 and 84. RGB value is (166,197,132). Sum of RGB (Red+Green+Blue) = 166+197+132=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 197 (77.34% from 255 or 39.80% from 495); Blue value is 132 (51.95% from 255 or 26.67% from 495); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C584 is #593A7B. Grayscale: #B4B4B4. Windows color (decimal): -5847676 or 8701350. OLE color: 8701350.

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

Color convert

RGB 166 197 132 -
CMYK 0.16 0 0.33 0.23
HSL 88.62º 0.36% 0.65% -
HSV(B) 88.62º 0.33% 0.77% -
XYZ 39.86 49.71 29.32 -
YUV 180.32 100.73 117.79 -
System Red Green Blue C M Y K H S L
Decimal 166 197 132 0.16 0 0.33 0.23 88.62 0.36 0.65
Hex A6 C5 84 10 0 21 17 59 24 41
Octal 246 305 204 20 0 41 27 131 44 101
Binary 10100110 11000101 10000100 10000 0 100001 10111 1011001 100100 1000001

Color Harmonies of #A6C584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C584

Black with #A6C584

Text Example


Text Example

White with #A6C584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C584; }

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

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

background-color css

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

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

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

border-color css

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

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

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