Html Css Color HEX #A8C286 Norway

📋 copy color: '#A8C286'

red 168 ◦ green 194 ◦ blue 134

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

Shades of Norway #A8C286

Tints of Norway #A8C286

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.11%

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

R = 33.87%
G = 39.11%
B = 27.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#A8C286 (or 0xA8C286) is known color: Norway. HEX triplet: A8, C2 and 86. RGB value is (168,194,134). Sum of RGB (Red+Green+Blue) = 168+194+134=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 134 (52.73% from 255 or 27.02% from 496); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C286 is #573D79. Grayscale: #B3B3B3. Windows color (decimal): -5717370 or 8831656. OLE color: 8831656.

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

Color convert

RGB 168 194 134 -
CMYK 0.13 0 0.31 0.24
HSL 86º 0.33% 0.64% -
HSV(B) 86º 0.31% 0.76% -
XYZ 39.74 48.63 29.85 -
YUV 179.39 102.39 119.88 -
System Red Green Blue C M Y K H S L
Decimal 168 194 134 0.13 0 0.31 0.24 86 0.33 0.64
Hex A8 C2 86 D 0 1F 18 56 21 40
Octal 250 302 206 15 0 37 30 126 41 100
Binary 10101000 11000010 10000110 1101 0 11111 11000 1010110 100001 1000000

Color Harmonies of #A8C286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C286

Black with #A8C286

Text Example


Text Example

White with #A8C286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C286; }

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

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

background-color css

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

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

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

border-color css

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

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

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