Html Css Color HEX #A8C287 Norway

📋 copy color: '#A8C287'

red 168 ◦ green 194 ◦ blue 135

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

Shades of Norway #A8C287

Tints of Norway #A8C287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.16%

R = 33.8%
G = 39.03%
B = 27.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.24

RGB Variations

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

Color information

#A8C287 (or 0xA8C287) is known color: Norway. HEX triplet: A8, C2 and 87. RGB value is (168,194,135). Sum of RGB (Red+Green+Blue) = 168+194+135=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 135 (53.12% from 255 or 27.16% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C287 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C287 is #573D78. Grayscale: #B3B3B3. Windows color (decimal): -5717369 or 8897192. OLE color: 8897192.

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

Color convert

RGB 168 194 135 -
CMYK 0.13 0 0.30 0.24
HSL 86.44º 0.33% 0.65% -
HSV(B) 86.44º 0.3% 0.76% -
XYZ 39.81 48.66 30.22 -
YUV 179.5 102.89 119.8 -
System Red Green Blue C M Y K H S L
Decimal 168 194 135 0.13 0 0.30 0.24 86.44 0.33 0.65
Hex A8 C2 87 D 0 1E 18 56 21 41
Octal 250 302 207 15 0 36 30 126 41 101
Binary 10101000 11000010 10000111 1101 0 11110 11000 1010110 100001 1000001

Color Harmonies of #A8C287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C287

Black with #A8C287

Text Example


Text Example

White with #A8C287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C287; }

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

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

background-color css

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

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

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

border-color css

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

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

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