Html Css Color HEX #A5C584 Norway

📋 copy color: '#A5C584'

red 165 ◦ green 197 ◦ blue 132

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

Shades of Norway #A5C584

Tints of Norway #A5C584

RGB

 RED value IS 165 (64.84% from 255) = 33.4%

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

 BLUE value IS 132 (51.95% from 255) = 26.72%

R = 33.4%
G = 39.88%
B = 26.72%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#A5C584 (or 0xA5C584) is known color: Norway. HEX triplet: A5, C5 and 84. RGB value is (165,197,132). Sum of RGB (Red+Green+Blue) = 165+197+132=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 197 (77.34% from 255 or 39.88% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C584 is #5A3A7B. Grayscale: #B4B4B4. Windows color (decimal): -5913212 or 8701349. OLE color: 8701349.

HSL color Cylindrical-coordinate representation of color #A5C584: hue angle of 89.54º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5C584 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB 165 197 132 -
CMYK 0.16 0 0.33 0.23
HSL 89.54º 0.36% 0.65% -
HSV(B) 89.54º 0.33% 0.77% -
XYZ 39.65 49.6 29.31 -
YUV 180.02 100.9 117.29 -
System Red Green Blue C M Y K H S L
Decimal 165 197 132 0.16 0 0.33 0.23 89.54 0.36 0.65
Hex A5 C5 84 10 0 21 17 5A 24 41
Octal 245 305 204 20 0 41 27 132 44 101
Binary 10100101 11000101 10000100 10000 0 100001 10111 1011010 100100 1000001

Color Harmonies of #A5C584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C584

Black with #A5C584

Text Example


Text Example

White with #A5C584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C584; }

 p { color: rgb(165,197,132); }

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

background-color css

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

 a { background-color: rgb(165,197,132); }

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

border-color css

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

 span { border-color: rgb(165,197,132); }

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