Html Css Color HEX #A4B45A Green Smoke

📋 copy color: '#A4B45A'

red 164 ◦ green 180 ◦ blue 90

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

Shades of Green Smoke #A4B45A

Tints of Green Smoke #A4B45A

RGB

 RED value IS 164 (64.45% from 255) = 37.79%

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

 BLUE value IS 90 (35.55% from 255) = 20.74%

R = 37.79%
G = 41.47%
B = 20.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#A4B45A (or 0xA4B45A) is known color: Green Smoke. HEX triplet: A4, B4 and 5A. RGB value is (164,180,90). Sum of RGB (Red+Green+Blue) = 164+180+90=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 180 (70.70% from 255 or 41.47% from 434); Blue value is 90 (35.55% from 255 or 20.74% from 434); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B45A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B45A is #5B4BA5. Grayscale: #A5A5A5. Windows color (decimal): -5983142 or 5944484. OLE color: 5944484.

HSL color Cylindrical-coordinate representation of color #A4B45A: hue angle of 70.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A4B45A is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 180 90 -
CMYK 0.09 0 0.50 0.29
HSL 70.67º 0.38% 0.53% -
HSV(B) 70.67º 0.5% 0.71% -
XYZ 33.48 41.27 15.87 -
YUV 164.96 85.7 127.32 -
System Red Green Blue C M Y K H S L
Decimal 164 180 90 0.09 0 0.50 0.29 70.67 0.38 0.53
Hex A4 B4 5A 9 0 32 1D 47 26 35
Octal 244 264 132 11 0 62 35 107 46 65
Binary 10100100 10110100 1011010 1001 0 110010 11101 1000111 100110 110101

Color Harmonies of #A4B45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B45A

Black with #A4B45A

Text Example


Text Example

White with #A4B45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B45A; }

 p { color: rgb(164,180,90); }

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

background-color css

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

 a { background-color: rgb(164,180,90); }

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

border-color css

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

 span { border-color: rgb(164,180,90); }

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