Html Css Color HEX #A6C284 Norway

📋 copy color: '#A6C284'

red 166 ◦ green 194 ◦ blue 132

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

Shades of Norway #A6C284

Tints of Norway #A6C284

RGB

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

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

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

R = 33.74%
G = 39.43%
B = 26.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#A6C284 (or 0xA6C284) is known color: Norway. HEX triplet: A6, C2 and 84. RGB value is (166,194,132). Sum of RGB (Red+Green+Blue) = 166+194+132=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C284 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C284 is #593D7B. Grayscale: #B2B2B2. Windows color (decimal): -5848444 or 8700582. OLE color: 8700582.

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

Color convert

RGB 166 194 132 -
CMYK 0.14 0 0.32 0.24
HSL 87.1º 0.34% 0.64% -
HSV(B) 87.1º 0.32% 0.76% -
XYZ 39.18 48.36 29.1 -
YUV 178.56 101.72 119.04 -
System Red Green Blue C M Y K H S L
Decimal 166 194 132 0.14 0 0.32 0.24 87.1 0.34 0.64
Hex A6 C2 84 E 0 20 18 57 22 40
Octal 246 302 204 16 0 40 30 127 42 100
Binary 10100110 11000010 10000100 1110 0 100000 11000 1010111 100010 1000000

Color Harmonies of #A6C284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C284

Black with #A6C284

Text Example


Text Example

White with #A6C284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C284; }

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

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

background-color css

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

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

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

border-color css

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

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

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