Html Css Color HEX #A5B35D Green Smoke

📋 copy color: '#A5B35D'

red 165 ◦ green 179 ◦ blue 93

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

Shades of Green Smoke #A5B35D

Tints of Green Smoke #A5B35D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.28%

R = 37.76%
G = 40.96%
B = 21.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#A5B35D (or 0xA5B35D) is known color: Green Smoke. HEX triplet: A5, B3 and 5D. RGB value is (165,179,93). Sum of RGB (Red+Green+Blue) = 165+179+93=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 179 - color contains mainly: green. Hex color #A5B35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B35D is #5A4CA2. Grayscale: #A5A5A5. Windows color (decimal): -5917859 or 6140837. OLE color: 6140837.

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

Color convert

RGB 165 179 93 -
CMYK 0.08 0 0.48 0.30
HSL 69.77º 0.36% 0.53% -
HSV(B) 69.77º 0.48% 0.7% -
XYZ 33.61 41.03 16.5 -
YUV 165.01 87.36 127.99 -
System Red Green Blue C M Y K H S L
Decimal 165 179 93 0.08 0 0.48 0.30 69.77 0.36 0.53
Hex A5 B3 5D 8 0 30 1E 46 24 35
Octal 245 263 135 10 0 60 36 106 44 65
Binary 10100101 10110011 1011101 1000 0 110000 11110 1000110 100100 110101

Color Harmonies of #A5B35D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B35D

Black with #A5B35D

Text Example


Text Example

White with #A5B35D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B35D; }

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

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

background-color css

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

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

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

border-color css

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

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

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