Html Css Color HEX #A4BA61 Green Smoke

📋 copy color: '#A4BA61'

red 164 ◦ green 186 ◦ blue 97

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

Shades of Green Smoke #A4BA61

Tints of Green Smoke #A4BA61

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.61%

 BLUE value IS 97 (38.28% from 255) = 21.7%

R = 36.69%
G = 41.61%
B = 21.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#A4BA61 (or 0xA4BA61) is known color: Green Smoke. HEX triplet: A4, BA and 61. RGB value is (164,186,97). Sum of RGB (Red+Green+Blue) = 164+186+97=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BA61 is #5B459E. Grayscale: #A9A9A9. Windows color (decimal): -5981599 or 6404772. OLE color: 6404772.

HSL color Cylindrical-coordinate representation of color #A4BA61: hue angle of 74.83º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A4BA61 is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 186 97 -
CMYK 0.12 0 0.48 0.27
HSL 74.83º 0.39% 0.55% -
HSV(B) 74.83º 0.48% 0.73% -
XYZ 35.03 43.87 17.93 -
YUV 169.28 87.21 124.24 -
System Red Green Blue C M Y K H S L
Decimal 164 186 97 0.12 0 0.48 0.27 74.83 0.39 0.55
Hex A4 BA 61 C 0 30 1B 4B 27 37
Octal 244 272 141 14 0 60 33 113 47 67
Binary 10100100 10111010 1100001 1100 0 110000 11011 1001011 100111 110111

Color Harmonies of #A4BA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BA61

Black with #A4BA61

Text Example


Text Example

White with #A4BA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BA61; }

 p { color: rgb(164,186,97); }

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

background-color css

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

 a { background-color: rgb(164,186,97); }

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

border-color css

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

 span { border-color: rgb(164,186,97); }

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