Html Css Color HEX #A6C583 Norway

📋 copy color: '#A6C583'

red 166 ◦ green 197 ◦ blue 131

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

Shades of Norway #A6C583

Tints of Norway #A6C583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.52%

R = 33.6%
G = 39.88%
B = 26.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#A6C583 (or 0xA6C583) is known color: Norway. HEX triplet: A6, C5 and 83. RGB value is (166,197,131). Sum of RGB (Red+Green+Blue) = 166+197+131=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 131 (51.56% from 255 or 26.52% from 494); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C583 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6C583 is #593A7C. Grayscale: #B4B4B4. Windows color (decimal): -5847677 or 8635814. OLE color: 8635814.

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

Color convert

RGB 166 197 131 -
CMYK 0.16 0 0.34 0.23
HSL 88.18º 0.36% 0.64% -
HSV(B) 88.18º 0.34% 0.77% -
XYZ 39.79 49.68 28.96 -
YUV 180.21 100.23 117.87 -
System Red Green Blue C M Y K H S L
Decimal 166 197 131 0.16 0 0.34 0.23 88.18 0.36 0.64
Hex A6 C5 83 10 0 22 17 58 24 40
Octal 246 305 203 20 0 42 27 130 44 100
Binary 10100110 11000101 10000011 10000 0 100010 10111 1011000 100100 1000000

Color Harmonies of #A6C583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C583

Black with #A6C583

Text Example


Text Example

White with #A6C583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C583; }

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

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

background-color css

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

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

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

border-color css

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

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

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