Html Css Color HEX #A5B36F Green Smoke

📋 copy color: '#A5B36F'

red 165 ◦ green 179 ◦ blue 111

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

Shades of Green Smoke #A5B36F

Tints of Green Smoke #A5B36F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.4%

R = 36.26%
G = 39.34%
B = 24.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#A5B36F (or 0xA5B36F) is known color: Green Smoke. HEX triplet: A5, B3 and 6F. RGB value is (165,179,111). Sum of RGB (Red+Green+Blue) = 165+179+111=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 111 (43.75% from 255 or 24.40% from 455); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B36F is #5A4C90. Grayscale: #A7A7A7. Windows color (decimal): -5917841 or 7320485. OLE color: 7320485.

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

Color convert

RGB 165 179 111 -
CMYK 0.08 0 0.38 0.30
HSL 72.35º 0.31% 0.57% -
HSV(B) 72.35º 0.38% 0.7% -
XYZ 34.51 41.39 21.21 -
YUV 167.06 96.36 126.53 -
System Red Green Blue C M Y K H S L
Decimal 165 179 111 0.08 0 0.38 0.30 72.35 0.31 0.57
Hex A5 B3 6F 8 0 26 1E 48 1F 39
Octal 245 263 157 10 0 46 36 110 37 71
Binary 10100101 10110011 1101111 1000 0 100110 11110 1001000 11111 111001

Color Harmonies of #A5B36F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B36F

Black with #A5B36F

Text Example


Text Example

White with #A5B36F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B36F; }

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

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

background-color css

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

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

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

border-color css

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

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

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