Html Css Color HEX #A5B156 Green Smoke

📋 copy color: '#A5B156'

red 165 ◦ green 177 ◦ blue 86

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

Shades of Green Smoke #A5B156

Tints of Green Smoke #A5B156

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.36%

 BLUE value IS 86 (33.98% from 255) = 20.09%

R = 38.55%
G = 41.36%
B = 20.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#A5B156 (or 0xA5B156) is known color: Green Smoke. HEX triplet: A5, B1 and 56. RGB value is (165,177,86). Sum of RGB (Red+Green+Blue) = 165+177+86=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 177 (69.53% from 255 or 41.36% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 177 - color contains mainly: green. Hex color #A5B156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5B156 is #5A4EA9. Grayscale: #A3A3A3. Windows color (decimal): -5918378 or 5681573. OLE color: 5681573.

HSL color Cylindrical-coordinate representation of color #A5B156: hue angle of 67.91º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5B156 is Cyan = 0.07, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 177 86 -
CMYK 0.07 0 0.51 0.31
HSL 67.91º 0.37% 0.52% -
HSV(B) 67.91º 0.51% 0.69% -
XYZ 32.92 40.12 14.81 -
YUV 163.04 84.52 129.4 -
System Red Green Blue C M Y K H S L
Decimal 165 177 86 0.07 0 0.51 0.31 67.91 0.37 0.52
Hex A5 B1 56 7 0 33 1F 44 25 34
Octal 245 261 126 7 0 63 37 104 45 64
Binary 10100101 10110001 1010110 111 0 110011 11111 1000100 100101 110100

Color Harmonies of #A5B156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B156

Black with #A5B156

Text Example


Text Example

White with #A5B156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B156; }

 p { color: rgb(165,177,86); }

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

background-color css

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

 a { background-color: rgb(165,177,86); }

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

border-color css

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

 span { border-color: rgb(165,177,86); }

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