Html Css Color HEX #A5B460 Green Smoke

📋 copy color: '#A5B460'

red 165 ◦ green 180 ◦ blue 96

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

Shades of Green Smoke #A5B460

Tints of Green Smoke #A5B460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.77%

R = 37.41%
G = 40.82%
B = 21.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#A5B460 (or 0xA5B460) is known color: Green Smoke. HEX triplet: A5, B4 and 60. RGB value is (165,180,96). Sum of RGB (Red+Green+Blue) = 165+180+96=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 96 (37.89% from 255 or 21.77% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B460 is #5A4B9F. Grayscale: #A6A6A6. Windows color (decimal): -5917600 or 6337701. OLE color: 6337701.

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

Color convert

RGB 165 180 96 -
CMYK 0.08 0 0.47 0.29
HSL 70.71º 0.36% 0.54% -
HSV(B) 70.71º 0.47% 0.71% -
XYZ 33.95 41.49 17.28 -
YUV 165.94 88.53 127.33 -
System Red Green Blue C M Y K H S L
Decimal 165 180 96 0.08 0 0.47 0.29 70.71 0.36 0.54
Hex A5 B4 60 8 0 2F 1D 47 24 36
Octal 245 264 140 10 0 57 35 107 44 66
Binary 10100101 10110100 1100000 1000 0 101111 11101 1000111 100100 110110

Color Harmonies of #A5B460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B460

Black with #A5B460

Text Example


Text Example

White with #A5B460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B460; }

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

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

background-color css

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

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

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

border-color css

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

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

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