Html Css Color HEX #A5B357 Green Smoke

📋 copy color: '#A5B357'

red 165 ◦ green 179 ◦ blue 87

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

Shades of Green Smoke #A5B357

Tints of Green Smoke #A5B357

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.53%

 BLUE value IS 87 (34.38% from 255) = 20.19%

R = 38.28%
G = 41.53%
B = 20.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#A5B357 (or 0xA5B357) is known color: Green Smoke. HEX triplet: A5, B3 and 57. RGB value is (165,179,87). Sum of RGB (Red+Green+Blue) = 165+179+87=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 179 (70.31% from 255 or 41.53% from 431); Blue value is 87 (34.38% from 255 or 20.19% from 431); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B357 is #5A4CA8. Grayscale: #A4A4A4. Windows color (decimal): -5917865 or 5747621. OLE color: 5747621.

HSL color Cylindrical-coordinate representation of color #A5B357: hue angle of 69.13º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5B357 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 165 179 87 -
CMYK 0.08 0 0.51 0.30
HSL 69.13º 0.38% 0.52% -
HSV(B) 69.13º 0.51% 0.7% -
XYZ 33.36 40.93 15.16 -
YUV 164.33 84.36 128.48 -
System Red Green Blue C M Y K H S L
Decimal 165 179 87 0.08 0 0.51 0.30 69.13 0.38 0.52
Hex A5 B3 57 8 0 33 1E 45 26 34
Octal 245 263 127 10 0 63 36 105 46 64
Binary 10100101 10110011 1010111 1000 0 110011 11110 1000101 100110 110100

Color Harmonies of #A5B357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B357

Black with #A5B357

Text Example


Text Example

White with #A5B357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B357; }

 p { color: rgb(165,179,87); }

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

background-color css

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

 a { background-color: rgb(165,179,87); }

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

border-color css

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

 span { border-color: rgb(165,179,87); }

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