Html Css Color HEX #A8C386 Norway

📋 copy color: '#A8C386'

red 168 ◦ green 195 ◦ blue 134

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

Shades of Norway #A8C386

Tints of Norway #A8C386

RGB

 RED value IS 168 (66.02% from 255) = 33.8%

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

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

R = 33.8%
G = 39.24%
B = 26.96%

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

#A8C386 (or 0xA8C386) is known color: Norway. HEX triplet: A8, C3 and 86. RGB value is (168,195,134). Sum of RGB (Red+Green+Blue) = 168+195+134=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C386 is #573C79. Grayscale: #B4B4B4. Windows color (decimal): -5717114 or 8831912. OLE color: 8831912.

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

Color convert

RGB 168 195 134 -
CMYK 0.14 0 0.31 0.24
HSL 86.56º 0.34% 0.65% -
HSV(B) 86.56º 0.31% 0.76% -
XYZ 39.97 49.08 29.92 -
YUV 179.97 102.05 119.46 -
System Red Green Blue C M Y K H S L
Decimal 168 195 134 0.14 0 0.31 0.24 86.56 0.34 0.65
Hex A8 C3 86 E 0 1F 18 57 22 41
Octal 250 303 206 16 0 37 30 127 42 101
Binary 10101000 11000011 10000110 1110 0 11111 11000 1010111 100010 1000001

Color Harmonies of #A8C386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C386

Black with #A8C386

Text Example


Text Example

White with #A8C386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C386; }

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

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

background-color css

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

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

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

border-color css

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

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

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