Html Css Color HEX #A8C586 Norway

📋 copy color: '#A8C586'

red 168 ◦ green 197 ◦ blue 134

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

Shades of Norway #A8C586

Tints of Norway #A8C586

RGB

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

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

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

R = 33.67%
G = 39.48%
B = 26.85%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#A8C586 (or 0xA8C586) is known color: Norway. HEX triplet: A8, C5 and 86. RGB value is (168,197,134). Sum of RGB (Red+Green+Blue) = 168+197+134=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C586 is #573A79. Grayscale: #B5B5B5. Windows color (decimal): -5716602 or 8832424. OLE color: 8832424.

HSL color Cylindrical-coordinate representation of color #A8C586: hue angle of 87.62º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8C586 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 197 134 -
CMYK 0.15 0 0.32 0.23
HSL 87.62º 0.35% 0.65% -
HSV(B) 87.62º 0.32% 0.77% -
XYZ 40.42 49.98 30.07 -
YUV 181.15 101.39 118.62 -
System Red Green Blue C M Y K H S L
Decimal 168 197 134 0.15 0 0.32 0.23 87.62 0.35 0.65
Hex A8 C5 86 F 0 20 17 58 23 41
Octal 250 305 206 17 0 40 27 130 43 101
Binary 10101000 11000101 10000110 1111 0 100000 10111 1011000 100011 1000001

Color Harmonies of #A8C586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C586

Black with #A8C586

Text Example


Text Example

White with #A8C586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C586; }

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

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

background-color css

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

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

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

border-color css

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

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

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