Html Css Color HEX #A7C386 Norway

📋 copy color: '#A7C386'

red 167 ◦ green 195 ◦ blue 134

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

Shades of Norway #A7C386

Tints of Norway #A7C386

RGB

 RED value IS 167 (65.63% from 255) = 33.67%

 GREEN value IS 195 (76.56% from 255) = 39.31%

 BLUE value IS 134 (52.73% from 255) = 27.02%

R = 33.67%
G = 39.31%
B = 27.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#A7C386 (or 0xA7C386) is known color: Norway. HEX triplet: A7, C3 and 86. RGB value is (167,195,134). Sum of RGB (Red+Green+Blue) = 167+195+134=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 195 - color contains mainly: green. Hex color #A7C386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7C386 is #583C79. Grayscale: #B3B3B3. Windows color (decimal): -5782650 or 8831911. OLE color: 8831911.

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

Color convert

RGB 167 195 134 -
CMYK 0.14 0 0.31 0.24
HSL 87.54º 0.34% 0.65% -
HSV(B) 87.54º 0.31% 0.76% -
XYZ 39.75 48.97 29.91 -
YUV 179.67 102.22 118.96 -
System Red Green Blue C M Y K H S L
Decimal 167 195 134 0.14 0 0.31 0.24 87.54 0.34 0.65
Hex A7 C3 86 E 0 1F 18 58 22 41
Octal 247 303 206 16 0 37 30 130 42 101
Binary 10100111 11000011 10000110 1110 0 11111 11000 1011000 100010 1000001

Color Harmonies of #A7C386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C386

Black with #A7C386

Text Example


Text Example

White with #A7C386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C386; }

 p { color: rgb(167,195,134); }

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

background-color css

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

 a { background-color: rgb(167,195,134); }

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

border-color css

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

 span { border-color: rgb(167,195,134); }

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