Html Css Color HEX #A5B060 Green Smoke

📋 copy color: '#A5B060'

red 165 ◦ green 176 ◦ blue 96

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

Shades of Green Smoke #A5B060

Tints of Green Smoke #A5B060

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.27%

 BLUE value IS 96 (37.89% from 255) = 21.97%

R = 37.76%
G = 40.27%
B = 21.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#A5B060 (or 0xA5B060) is known color: Green Smoke. HEX triplet: A5, B0 and 60. RGB value is (165,176,96). Sum of RGB (Red+Green+Blue) = 165+176+96=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B060 is #5A4F9F. Grayscale: #A3A3A3. Windows color (decimal): -5918624 or 6336677. OLE color: 6336677.

HSL color Cylindrical-coordinate representation of color #A5B060: hue angle of 68.25º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5B060 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 176 96 -
CMYK 0.06 0 0.45 0.31
HSL 68.25º 0.34% 0.53% -
HSV(B) 68.25º 0.45% 0.69% -
XYZ 33.15 39.89 17.02 -
YUV 163.59 89.86 129 -
System Red Green Blue C M Y K H S L
Decimal 165 176 96 0.06 0 0.45 0.31 68.25 0.34 0.53
Hex A5 B0 60 6 0 2D 1F 44 22 35
Octal 245 260 140 6 0 55 37 104 42 65
Binary 10100101 10110000 1100000 110 0 101101 11111 1000100 100010 110101

Color Harmonies of #A5B060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B060

Black with #A5B060

Text Example


Text Example

White with #A5B060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B060; }

 p { color: rgb(165,176,96); }

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

background-color css

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

 a { background-color: rgb(165,176,96); }

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

border-color css

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

 span { border-color: rgb(165,176,96); }

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