Html Css Color HEX #A8C587 Norway

📋 copy color: '#A8C587'

red 168 ◦ green 197 ◦ blue 135

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

Shades of Norway #A8C587

Tints of Norway #A8C587

RGB

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

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

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

R = 33.6%
G = 39.4%
B = 27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#A8C587 (or 0xA8C587) is known color: Norway. HEX triplet: A8, C5 and 87. RGB value is (168,197,135). Sum of RGB (Red+Green+Blue) = 168+197+135=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C587 is #573A78. Grayscale: #B5B5B5. Windows color (decimal): -5716601 or 8897960. OLE color: 8897960.

HSL color Cylindrical-coordinate representation of color #A8C587: hue angle of 88.06º degrees, saturation: 0.35, 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 #A8C587 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 197 135 -
CMYK 0.15 0 0.31 0.23
HSL 88.06º 0.35% 0.65% -
HSV(B) 88.06º 0.31% 0.77% -
XYZ 40.49 50.01 30.44 -
YUV 181.26 101.89 118.54 -
System Red Green Blue C M Y K H S L
Decimal 168 197 135 0.15 0 0.31 0.23 88.06 0.35 0.65
Hex A8 C5 87 F 0 1F 17 58 23 41
Octal 250 305 207 17 0 37 27 130 43 101
Binary 10101000 11000101 10000111 1111 0 11111 10111 1011000 100011 1000001

Color Harmonies of #A8C587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C587

Black with #A8C587

Text Example


Text Example

White with #A8C587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C587; }

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

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

background-color css

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

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

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

border-color css

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

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

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