Html Css Color HEX #A4C382 Norway

📋 copy color: '#A4C382'

red 164 ◦ green 195 ◦ blue 130

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

Shades of Norway #A4C382

Tints of Norway #A4C382

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.88%

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

R = 33.54%
G = 39.88%
B = 26.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#A4C382 (or 0xA4C382) is known color: Norway. HEX triplet: A4, C3 and 82. RGB value is (164,195,130). Sum of RGB (Red+Green+Blue) = 164+195+130=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 195 - color contains mainly: green. Hex color #A4C382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C382 is #5B3C7D. Grayscale: #B2B2B2. Windows color (decimal): -5979262 or 8569764. OLE color: 8569764.

HSL color Cylindrical-coordinate representation of color #A4C382: hue angle of 88.62º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4C382 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 195 130 -
CMYK 0.16 0 0.33 0.24
HSL 88.62º 0.35% 0.64% -
HSV(B) 88.62º 0.33% 0.76% -
XYZ 38.85 48.53 28.44 -
YUV 178.32 100.73 117.79 -
System Red Green Blue C M Y K H S L
Decimal 164 195 130 0.16 0 0.33 0.24 88.62 0.35 0.64
Hex A4 C3 82 10 0 21 18 59 23 40
Octal 244 303 202 20 0 41 30 131 43 100
Binary 10100100 11000011 10000010 10000 0 100001 11000 1011001 100011 1000000

Color Harmonies of #A4C382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C382

Black with #A4C382

Text Example


Text Example

White with #A4C382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C382; }

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

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

background-color css

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

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

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

border-color css

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

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

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