Html Css Color HEX #A5C386 Norway

📋 copy color: '#A5C386'

red 165 ◦ green 195 ◦ blue 134

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

Shades of Norway #A5C386

Tints of Norway #A5C386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 27.13%

R = 33.4%
G = 39.47%
B = 27.13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#A5C386 (or 0xA5C386) is known color: Norway. HEX triplet: A5, C3 and 86. RGB value is (165,195,134). Sum of RGB (Red+Green+Blue) = 165+195+134=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C386 is #5A3C79. Grayscale: #B3B3B3. Windows color (decimal): -5913722 or 8831909. OLE color: 8831909.

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

Color convert

RGB 165 195 134 -
CMYK 0.15 0 0.31 0.24
HSL 89.51º 0.34% 0.65% -
HSV(B) 89.51º 0.31% 0.76% -
XYZ 39.34 48.75 29.89 -
YUV 179.08 102.56 117.96 -
System Red Green Blue C M Y K H S L
Decimal 165 195 134 0.15 0 0.31 0.24 89.51 0.34 0.65
Hex A5 C3 86 F 0 1F 18 5A 22 41
Octal 245 303 206 17 0 37 30 132 42 101
Binary 10100101 11000011 10000110 1111 0 11111 11000 1011010 100010 1000001

Color Harmonies of #A5C386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C386

Black with #A5C386

Text Example


Text Example

White with #A5C386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C386; }

 p { color: rgb(165,195,134); }

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

background-color css

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

 a { background-color: rgb(165,195,134); }

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

border-color css

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

 span { border-color: rgb(165,195,134); }

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