Html Css Color HEX #A5C686 Norway

📋 copy color: '#A5C686'

red 165 ◦ green 198 ◦ blue 134

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

Shades of Norway #A5C686

Tints of Norway #A5C686

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.84%

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

R = 33.2%
G = 39.84%
B = 26.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#A5C686 (or 0xA5C686) is known color: Norway. HEX triplet: A5, C6 and 86. RGB value is (165,198,134). Sum of RGB (Red+Green+Blue) = 165+198+134=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 198 - color contains mainly: green. Hex color #A5C686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5C686 is #5A3979. Grayscale: #B5B5B5. Windows color (decimal): -5912954 or 8832677. OLE color: 8832677.

HSL color Cylindrical-coordinate representation of color #A5C686: hue angle of 90.94º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5C686 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 165 198 134 -
CMYK 0.17 0 0.32 0.22
HSL 90.94º 0.36% 0.65% -
HSV(B) 90.94º 0.32% 0.78% -
XYZ 40.01 50.11 30.12 -
YUV 180.84 101.57 116.7 -
System Red Green Blue C M Y K H S L
Decimal 165 198 134 0.17 0 0.32 0.22 90.94 0.36 0.65
Hex A5 C6 86 11 0 20 16 5B 24 41
Octal 245 306 206 21 0 40 26 133 44 101
Binary 10100101 11000110 10000110 10001 0 100000 10110 1011011 100100 1000001

Color Harmonies of #A5C686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C686

Black with #A5C686

Text Example


Text Example

White with #A5C686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C686; }

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

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

background-color css

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

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

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

border-color css

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

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

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