Html Css Color HEX #A4C487 Norway

📋 copy color: '#A4C487'

red 164 ◦ green 196 ◦ blue 135

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

Shades of Norway #A4C487

Tints of Norway #A4C487

RGB

 RED value IS 164 (64.45% from 255) = 33.13%

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

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

R = 33.13%
G = 39.6%
B = 27.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#A4C487 (or 0xA4C487) is known color: Norway. HEX triplet: A4, C4 and 87. RGB value is (164,196,135). Sum of RGB (Red+Green+Blue) = 164+196+135=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 196 (76.95% from 255 or 39.60% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C487 is #5B3B78. Grayscale: #B3B3B3. Windows color (decimal): -5979001 or 8897700. OLE color: 8897700.

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

Color convert

RGB 164 196 135 -
CMYK 0.16 0 0.31 0.23
HSL 91.48º 0.34% 0.65% -
HSV(B) 91.48º 0.31% 0.77% -
XYZ 39.42 49.12 30.33 -
YUV 179.48 102.9 116.96 -
System Red Green Blue C M Y K H S L
Decimal 164 196 135 0.16 0 0.31 0.23 91.48 0.34 0.65
Hex A4 C4 87 10 0 1F 17 5B 22 41
Octal 244 304 207 20 0 37 27 133 42 101
Binary 10100100 11000100 10000111 10000 0 11111 10111 1011011 100010 1000001

Color Harmonies of #A4C487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C487

Black with #A4C487

Text Example


Text Example

White with #A4C487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C487; }

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

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

background-color css

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

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

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

border-color css

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

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

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