Html Css Color HEX #A5B487 Norway

📋 copy color: '#A5B487'

red 165 ◦ green 180 ◦ blue 135

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

Shades of Norway #A5B487

Tints of Norway #A5B487

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.5%

 BLUE value IS 135 (53.13% from 255) = 28.13%

R = 34.38%
G = 37.5%
B = 28.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#A5B487 (or 0xA5B487) is known color: Norway. HEX triplet: A5, B4 and 87. RGB value is (165,180,135). Sum of RGB (Red+Green+Blue) = 165+180+135=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 135 (53.12% from 255 or 28.12% from 480); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5B487 is #5A4B78. Grayscale: #AAAAAA. Windows color (decimal): -5917561 or 8893605. OLE color: 8893605.

HSL color Cylindrical-coordinate representation of color #A5B487: hue angle of 80º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5B487 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 180 135 -
CMYK 0.08 0 0.25 0.29
HSL 80º 0.23% 0.62% -
HSV(B) 80º 0.25% 0.71% -
XYZ 36.21 42.39 29.2 -
YUV 170.39 108.03 124.16 -
System Red Green Blue C M Y K H S L
Decimal 165 180 135 0.08 0 0.25 0.29 80 0.23 0.62
Hex A5 B4 87 8 0 19 1D 50 17 3E
Octal 245 264 207 10 0 31 35 120 27 76
Binary 10100101 10110100 10000111 1000 0 11001 11101 1010000 10111 111110

Color Harmonies of #A5B487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B487

Black with #A5B487

Text Example


Text Example

White with #A5B487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B487; }

 p { color: rgb(165,180,135); }

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

background-color css

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

 a { background-color: rgb(165,180,135); }

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

border-color css

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

 span { border-color: rgb(165,180,135); }

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