Html Css Color HEX #A5B463 Green Smoke

📋 copy color: '#A5B463'

red 165 ◦ green 180 ◦ blue 99

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

Shades of Green Smoke #A5B463

Tints of Green Smoke #A5B463

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.54%

 BLUE value IS 99 (39.06% from 255) = 22.3%

R = 37.16%
G = 40.54%
B = 22.3%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#A5B463 (or 0xA5B463) is known color: Green Smoke. HEX triplet: A5, B4 and 63. RGB value is (165,180,99). Sum of RGB (Red+Green+Blue) = 165+180+99=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B463 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B463 is #5A4B9C. Grayscale: #A6A6A6. Windows color (decimal): -5917597 or 6534309. OLE color: 6534309.

HSL color Cylindrical-coordinate representation of color #A5B463: hue angle of 71.11º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5B463 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 180 99 -
CMYK 0.08 0 0.45 0.29
HSL 71.11º 0.35% 0.55% -
HSV(B) 71.11º 0.45% 0.71% -
XYZ 34.09 41.54 18.03 -
YUV 166.28 90.03 127.09 -
System Red Green Blue C M Y K H S L
Decimal 165 180 99 0.08 0 0.45 0.29 71.11 0.35 0.55
Hex A5 B4 63 8 0 2D 1D 47 23 37
Octal 245 264 143 10 0 55 35 107 43 67
Binary 10100101 10110100 1100011 1000 0 101101 11101 1000111 100011 110111

Color Harmonies of #A5B463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B463

Black with #A5B463

Text Example


Text Example

White with #A5B463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B463; }

 p { color: rgb(165,180,99); }

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

background-color css

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

 a { background-color: rgb(165,180,99); }

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

border-color css

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

 span { border-color: rgb(165,180,99); }

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