#A4C614

Color #A4C614 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #A4C614

Tints of Bahia #A4C614

Color information

#A4C614 (or 0xA4C614) is unknown color: approx Bahia. HEX triplet: A4, C6 and 14. RGB value is (164,198,20). Sum of RGB (Red+Green+Blue) = 164+198+20=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 198 (77.73% from 255 or 51.83% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C614 is #5B39EB. Grayscale: #A8A8A8. Windows color (decimal): -5978604 or 1361572. OLE color: 1361572.

HSL color Cylindrical-coordinate representation of color #A4C614: hue angle of 71.46º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A4C614 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB16419820-
CMYK0.1700.900.22
HSL71.46º81.65%42.75%-
HSV(B)71.46º89.9%77.65%-
XYZ35.6348.338.11-
YUV167.5444.74125.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.93%
GREEN value IS 198 (77.73% from 255) = 51.83%
BLUE value IS 20 (8.20% from 255) = 5.24%
R=42.93%
G=51.83%
B=5.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164198200.1700.900.2271.4681.6542.75
HexA4C6141105A1647522b
Octal244306242101322610712253
Binary10100100110001101010010001010110101011010001111010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C614; }

 p { color: rgb(164,198,20); }

 H1.HeaderClassName
 {
   color: #A4C614;
 }
 .AnyTagClassName
 {
   color: #A4C614;
 }
</style>
background-color css

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

 a { background-color: rgb(164,198,20); }

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

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

 span { border-color: rgb(164,198,20); }

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