Html Css Color HEX #A5B95B Green Smoke

📋 copy color: '#A5B95B'

red 165 ◦ green 185 ◦ blue 91

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

Shades of Green Smoke #A5B95B

Tints of Green Smoke #A5B95B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.95%

 BLUE value IS 91 (35.94% from 255) = 20.63%

R = 37.41%
G = 41.95%
B = 20.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#A5B95B (or 0xA5B95B) is known color: Green Smoke. HEX triplet: A5, B9 and 5B. RGB value is (165,185,91). Sum of RGB (Red+Green+Blue) = 165+185+91=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 185 - color contains mainly: green. Hex color #A5B95B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B95B is #5A46A4. Grayscale: #A8A8A8. Windows color (decimal): -5916325 or 6011301. OLE color: 6011301.

HSL color Cylindrical-coordinate representation of color #A5B95B: hue angle of 72.77º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5B95B is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 185 91 -
CMYK 0.11 0 0.51 0.27
HSL 72.77º 0.4% 0.54% -
HSV(B) 72.77º 0.51% 0.73% -
XYZ 34.75 43.45 16.45 -
YUV 168.3 84.37 125.64 -
System Red Green Blue C M Y K H S L
Decimal 165 185 91 0.11 0 0.51 0.27 72.77 0.4 0.54
Hex A5 B9 5B B 0 33 1B 49 28 36
Octal 245 271 133 13 0 63 33 111 50 66
Binary 10100101 10111001 1011011 1011 0 110011 11011 1001001 101000 110110

Color Harmonies of #A5B95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B95B

Black with #A5B95B

Text Example


Text Example

White with #A5B95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B95B; }

 p { color: rgb(165,185,91); }

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

background-color css

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

 a { background-color: rgb(165,185,91); }

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

border-color css

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

 span { border-color: rgb(165,185,91); }

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