Html Css Color HEX #A5B361 Green Smoke

📋 copy color: '#A5B361'

red 165 ◦ green 179 ◦ blue 97

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

Shades of Green Smoke #A5B361

Tints of Green Smoke #A5B361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22%

R = 37.41%
G = 40.59%
B = 22%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#A5B361 (or 0xA5B361) is known color: Green Smoke. HEX triplet: A5, B3 and 61. RGB value is (165,179,97). Sum of RGB (Red+Green+Blue) = 165+179+97=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B361 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B361 is #5A4C9E. Grayscale: #A5A5A5. Windows color (decimal): -5917855 or 6402981. OLE color: 6402981.

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

Color convert

RGB 165 179 97 -
CMYK 0.08 0 0.46 0.30
HSL 70.24º 0.35% 0.54% -
HSV(B) 70.24º 0.46% 0.7% -
XYZ 33.79 41.1 17.46 -
YUV 165.47 89.36 127.67 -
System Red Green Blue C M Y K H S L
Decimal 165 179 97 0.08 0 0.46 0.30 70.24 0.35 0.54
Hex A5 B3 61 8 0 2E 1E 46 23 36
Octal 245 263 141 10 0 56 36 106 43 66
Binary 10100101 10110011 1100001 1000 0 101110 11110 1000110 100011 110110

Color Harmonies of #A5B361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B361

Black with #A5B361

Text Example


Text Example

White with #A5B361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B361; }

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

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

background-color css

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

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

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

border-color css

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

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

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