Html Css Color HEX #A6C184 Norway

📋 copy color: '#A6C184'

red 166 ◦ green 193 ◦ blue 132

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

Shades of Norway #A6C184

Tints of Norway #A6C184

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.31%

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

R = 33.81%
G = 39.31%
B = 26.88%

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

#A6C184 (or 0xA6C184) is known color: Norway. HEX triplet: A6, C1 and 84. RGB value is (166,193,132). Sum of RGB (Red+Green+Blue) = 166+193+132=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C184 is #593E7B. Grayscale: #B2B2B2. Windows color (decimal): -5848700 or 8700326. OLE color: 8700326.

HSL color Cylindrical-coordinate representation of color #A6C184: hue angle of 86.56º degrees, saturation: 0.33, 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 #A6C184 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 193 132 -
CMYK 0.14 0 0.32 0.24
HSL 86.56º 0.33% 0.64% -
HSV(B) 86.56º 0.32% 0.76% -
XYZ 38.96 47.91 29.02 -
YUV 177.97 102.05 119.46 -
System Red Green Blue C M Y K H S L
Decimal 166 193 132 0.14 0 0.32 0.24 86.56 0.33 0.64
Hex A6 C1 84 E 0 20 18 57 21 40
Octal 246 301 204 16 0 40 30 127 41 100
Binary 10100110 11000001 10000100 1110 0 100000 11000 1010111 100001 1000000

Color Harmonies of #A6C184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C184

Black with #A6C184

Text Example


Text Example

White with #A6C184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C184; }

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

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

background-color css

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

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

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

border-color css

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

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

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