Html Css Color HEX #A8C487 Norway

📋 copy color: '#A8C487'

red 168 ◦ green 196 ◦ blue 135

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

Shades of Norway #A8C487

Tints of Norway #A8C487

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.28%

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

R = 33.67%
G = 39.28%
B = 27.05%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#A8C487 (or 0xA8C487) is known color: Norway. HEX triplet: A8, C4 and 87. RGB value is (168,196,135). Sum of RGB (Red+Green+Blue) = 168+196+135=499 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.67% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 135 (53.12% from 255 or 27.05% from 499); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C487 is #573B78. Grayscale: #B4B4B4. Windows color (decimal): -5716857 or 8897704. OLE color: 8897704.

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

Color convert

RGB 168 196 135 -
CMYK 0.14 0 0.31 0.23
HSL 87.54º 0.34% 0.65% -
HSV(B) 87.54º 0.31% 0.77% -
XYZ 40.26 49.55 30.36 -
YUV 180.67 102.22 118.96 -
System Red Green Blue C M Y K H S L
Decimal 168 196 135 0.14 0 0.31 0.23 87.54 0.34 0.65
Hex A8 C4 87 E 0 1F 17 58 22 41
Octal 250 304 207 16 0 37 27 130 42 101
Binary 10101000 11000100 10000111 1110 0 11111 10111 1011000 100010 1000001

Color Harmonies of #A8C487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C487

Black with #A8C487

Text Example


Text Example

White with #A8C487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C487; }

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

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

background-color css

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

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

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

border-color css

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

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

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