Html Css Color HEX #A8C588 Norway

📋 copy color: '#A8C588'

red 168 ◦ green 197 ◦ blue 136

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

Shades of Norway #A8C588

Tints of Norway #A8C588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.15%

R = 33.53%
G = 39.32%
B = 27.15%

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

#A8C588 (or 0xA8C588) is known color: Norway. HEX triplet: A8, C5 and 88. RGB value is (168,197,136). Sum of RGB (Red+Green+Blue) = 168+197+136=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8C588 is #573A77. Grayscale: #B5B5B5. Windows color (decimal): -5716600 or 8963496. OLE color: 8963496.

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

Color convert

RGB 168 197 136 -
CMYK 0.15 0 0.31 0.23
HSL 88.52º 0.34% 0.65% -
HSV(B) 88.52º 0.31% 0.77% -
XYZ 40.56 50.03 30.81 -
YUV 181.38 102.39 118.46 -
System Red Green Blue C M Y K H S L
Decimal 168 197 136 0.15 0 0.31 0.23 88.52 0.34 0.65
Hex A8 C5 88 F 0 1F 17 59 22 41
Octal 250 305 210 17 0 37 27 131 42 101
Binary 10101000 11000101 10001000 1111 0 11111 10111 1011001 100010 1000001

Color Harmonies of #A8C588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C588

Black with #A8C588

Text Example


Text Example

White with #A8C588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C588; }

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

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

background-color css

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

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

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

border-color css

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

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

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