Html Css Color HEX #A5B471 Green Smoke

📋 copy color: '#A5B471'

red 165 ◦ green 180 ◦ blue 113

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

Shades of Green Smoke #A5B471

Tints of Green Smoke #A5B471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.67%

R = 36.03%
G = 39.3%
B = 24.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#A5B471 (or 0xA5B471) is known color: Green Smoke. HEX triplet: A5, B4 and 71. RGB value is (165,180,113). Sum of RGB (Red+Green+Blue) = 165+180+113=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B471 is #5A4B8E. Grayscale: #A8A8A8. Windows color (decimal): -5917583 or 7451813. OLE color: 7451813.

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

Color convert

RGB 165 180 113 -
CMYK 0.08 0 0.37 0.29
HSL 73.43º 0.31% 0.57% -
HSV(B) 73.43º 0.37% 0.71% -
XYZ 34.82 41.83 21.86 -
YUV 167.88 97.03 125.95 -
System Red Green Blue C M Y K H S L
Decimal 165 180 113 0.08 0 0.37 0.29 73.43 0.31 0.57
Hex A5 B4 71 8 0 25 1D 49 1F 39
Octal 245 264 161 10 0 45 35 111 37 71
Binary 10100101 10110100 1110001 1000 0 100101 11101 1001001 11111 111001

Color Harmonies of #A5B471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B471

Black with #A5B471

Text Example


Text Example

White with #A5B471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B471; }

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

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

background-color css

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

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

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

border-color css

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

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

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