Html Css Color HEX #A5B05E Green Smoke

📋 copy color: '#A5B05E'

red 165 ◦ green 176 ◦ blue 94

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

Shades of Green Smoke #A5B05E

Tints of Green Smoke #A5B05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.61%

R = 37.93%
G = 40.46%
B = 21.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#A5B05E (or 0xA5B05E) is known color: Green Smoke. HEX triplet: A5, B0 and 5E. RGB value is (165,176,94). Sum of RGB (Red+Green+Blue) = 165+176+94=435 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.93% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 176 - color contains mainly: green. Hex color #A5B05E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B05E is #5A4FA1. Grayscale: #A3A3A3. Windows color (decimal): -5918626 or 6205605. OLE color: 6205605.

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

Color convert

RGB 165 176 94 -
CMYK 0.06 0 0.47 0.31
HSL 68.05º 0.34% 0.53% -
HSV(B) 68.05º 0.47% 0.69% -
XYZ 33.06 39.86 16.54 -
YUV 163.36 88.86 129.17 -
System Red Green Blue C M Y K H S L
Decimal 165 176 94 0.06 0 0.47 0.31 68.05 0.34 0.53
Hex A5 B0 5E 6 0 2F 1F 44 22 35
Octal 245 260 136 6 0 57 37 104 42 65
Binary 10100101 10110000 1011110 110 0 101111 11111 1000100 100010 110101

Color Harmonies of #A5B05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B05E

Black with #A5B05E

Text Example


Text Example

White with #A5B05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B05E; }

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

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

background-color css

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

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

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

border-color css

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

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

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