Html Css Color HEX #A4C582 Norway

📋 copy color: '#A4C582'

red 164 ◦ green 197 ◦ blue 130

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

Shades of Norway #A4C582

Tints of Norway #A4C582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.48%

R = 33.4%
G = 40.12%
B = 26.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#A4C582 (or 0xA4C582) is known color: Norway. HEX triplet: A4, C5 and 82. RGB value is (164,197,130). Sum of RGB (Red+Green+Blue) = 164+197+130=491 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.40% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C582 is #5B3A7D. Grayscale: #B3B3B3. Windows color (decimal): -5978750 or 8570276. OLE color: 8570276.

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

Color convert

RGB 164 197 130 -
CMYK 0.17 0 0.34 0.23
HSL 89.55º 0.37% 0.64% -
HSV(B) 89.55º 0.34% 0.77% -
XYZ 39.31 49.44 28.59 -
YUV 179.5 100.07 116.95 -
System Red Green Blue C M Y K H S L
Decimal 164 197 130 0.17 0 0.34 0.23 89.55 0.37 0.64
Hex A4 C5 82 11 0 22 17 5A 25 40
Octal 244 305 202 21 0 42 27 132 45 100
Binary 10100100 11000101 10000010 10001 0 100010 10111 1011010 100101 1000000

Color Harmonies of #A4C582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C582

Black with #A4C582

Text Example


Text Example

White with #A4C582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C582; }

 p { color: rgb(164,197,130); }

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

background-color css

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

 a { background-color: rgb(164,197,130); }

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

border-color css

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

 span { border-color: rgb(164,197,130); }

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