Html Css Color HEX #A8C187 Norway

📋 copy color: '#A8C187'

red 168 ◦ green 193 ◦ blue 135

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

Shades of Norway #A8C187

Tints of Norway #A8C187

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.91%

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

R = 33.87%
G = 38.91%
B = 27.22%

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

#A8C187 (or 0xA8C187) is known color: Norway. HEX triplet: A8, C1 and 87. RGB value is (168,193,135). Sum of RGB (Red+Green+Blue) = 168+193+135=496 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.87% from 496); Green value is 193 (75.78% from 255 or 38.91% from 496); Blue value is 135 (53.12% from 255 or 27.22% from 496); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C187 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C187 is #573E78. Grayscale: #B3B3B3. Windows color (decimal): -5717625 or 8896936. OLE color: 8896936.

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

Color convert

RGB 168 193 135 -
CMYK 0.13 0 0.30 0.24
HSL 85.86º 0.32% 0.64% -
HSV(B) 85.86º 0.3% 0.76% -
XYZ 39.59 48.21 30.14 -
YUV 178.91 103.22 120.22 -
System Red Green Blue C M Y K H S L
Decimal 168 193 135 0.13 0 0.30 0.24 85.86 0.32 0.64
Hex A8 C1 87 D 0 1E 18 56 20 40
Octal 250 301 207 15 0 36 30 126 40 100
Binary 10101000 11000001 10000111 1101 0 11110 11000 1010110 100000 1000000

Color Harmonies of #A8C187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C187

Black with #A8C187

Text Example


Text Example

White with #A8C187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C187; }

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

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

background-color css

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

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

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

border-color css

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

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

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