Html Css Color HEX #A4BA62 Green Smoke

📋 copy color: '#A4BA62'

red 164 ◦ green 186 ◦ blue 98

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

Shades of Green Smoke #A4BA62

Tints of Green Smoke #A4BA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.88%

R = 36.61%
G = 41.52%
B = 21.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#A4BA62 (or 0xA4BA62) is known color: Green Smoke. HEX triplet: A4, BA and 62. RGB value is (164,186,98). Sum of RGB (Red+Green+Blue) = 164+186+98=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4BA62 is #5B459D. Grayscale: #A9A9A9. Windows color (decimal): -5981598 or 6470308. OLE color: 6470308.

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

Color convert

RGB 164 186 98 -
CMYK 0.12 0 0.47 0.27
HSL 75º 0.39% 0.56% -
HSV(B) 75º 0.47% 0.73% -
XYZ 35.07 43.89 18.18 -
YUV 169.39 87.71 124.16 -
System Red Green Blue C M Y K H S L
Decimal 164 186 98 0.12 0 0.47 0.27 75 0.39 0.56
Hex A4 BA 62 C 0 2F 1B 4B 27 38
Octal 244 272 142 14 0 57 33 113 47 70
Binary 10100100 10111010 1100010 1100 0 101111 11011 1001011 100111 111000

Color Harmonies of #A4BA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BA62

Black with #A4BA62

Text Example


Text Example

White with #A4BA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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