#A4C51A

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

Shades of Bahia #A4C51A

Tints of Bahia #A4C51A

Color information

#A4C51A (or 0xA4C51A) is unknown color: approx Bahia. HEX triplet: A4, C5 and 1A. RGB value is (164,197,26). Sum of RGB (Red+Green+Blue) = 164+197+26=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 26 (10.55% from 255 or 6.72% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C51A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C51A is #5B3AE5. Grayscale: #A8A8A8. Windows color (decimal): -5978854 or 1754532. OLE color: 1754532.

HSL color Cylindrical-coordinate representation of color #A4C51A: hue angle of 71.58º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A4C51A is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB16419726-
CMYK0.1700.870.23
HSL71.58º76.68%43.73%-
HSV(B)71.58º86.8%77.25%-
XYZ35.4647.98.35-
YUV167.6448.07125.4-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.38%
GREEN value IS 197 (77.34% from 255) = 50.90%
BLUE value IS 26 (10.55% from 255) = 6.72%
R=42.38%
G=50.90%
B=6.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal164197260.1700.870.2371.5876.6843.73
HexA4C51A1105717484d2c
Octal244305322101272711011554
Binary10100100110001011101010001010101111011110010001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C51A; }

 p { color: rgb(164,197,26); }

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

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

 a { background-color: rgb(164,197,26); }

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

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

 span { border-color: rgb(164,197,26); }

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