Html Css Color HEX #A5B45B Green Smoke

📋 copy color: '#A5B45B'

red 165 ◦ green 180 ◦ blue 91

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

Shades of Green Smoke #A5B45B

Tints of Green Smoke #A5B45B

RGB

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

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

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

R = 37.84%
G = 41.28%
B = 20.87%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#A5B45B (or 0xA5B45B) is known color: Green Smoke. HEX triplet: A5, B4 and 5B. RGB value is (165,180,91). Sum of RGB (Red+Green+Blue) = 165+180+91=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 91 (35.94% from 255 or 20.87% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #A5B45B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5B45B is #5A4BA4. Grayscale: #A5A5A5. Windows color (decimal): -5917605 or 6010021. OLE color: 6010021.

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

Color convert

RGB 165 180 91 -
CMYK 0.08 0 0.49 0.29
HSL 70.11º 0.37% 0.53% -
HSV(B) 70.11º 0.49% 0.71% -
XYZ 33.73 41.4 16.11 -
YUV 165.37 86.03 127.74 -
System Red Green Blue C M Y K H S L
Decimal 165 180 91 0.08 0 0.49 0.29 70.11 0.37 0.53
Hex A5 B4 5B 8 0 31 1D 46 25 35
Octal 245 264 133 10 0 61 35 106 45 65
Binary 10100101 10110100 1011011 1000 0 110001 11101 1000110 100101 110101

Color Harmonies of #A5B45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5B45B

Black with #A5B45B

Text Example


Text Example

White with #A5B45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5B45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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