Html Css Color HEX #A5C184 Norway

📋 copy color: '#A5C184'

red 165 ◦ green 193 ◦ blue 132

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

Shades of Norway #A5C184

Tints of Norway #A5C184

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.39%

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

R = 33.67%
G = 39.39%
B = 26.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#A5C184 (or 0xA5C184) is known color: Norway. HEX triplet: A5, C1 and 84. RGB value is (165,193,132). Sum of RGB (Red+Green+Blue) = 165+193+132=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 193 (75.78% from 255 or 39.39% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 193 - color contains mainly: green. Hex color #A5C184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C184 is #5A3E7B. Grayscale: #B1B1B1. Windows color (decimal): -5914236 or 8700325. OLE color: 8700325.

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

Color convert

RGB 165 193 132 -
CMYK 0.15 0 0.32 0.24
HSL 87.54º 0.33% 0.64% -
HSV(B) 87.54º 0.32% 0.76% -
XYZ 38.75 47.81 29.01 -
YUV 177.67 102.22 118.96 -
System Red Green Blue C M Y K H S L
Decimal 165 193 132 0.15 0 0.32 0.24 87.54 0.33 0.64
Hex A5 C1 84 F 0 20 18 58 21 40
Octal 245 301 204 17 0 40 30 130 41 100
Binary 10100101 11000001 10000100 1111 0 100000 11000 1011000 100001 1000000

Color Harmonies of #A5C184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C184

Black with #A5C184

Text Example


Text Example

White with #A5C184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C184; }

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

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

background-color css

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

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

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

border-color css

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

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

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