#A4C41F

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

Shades of Bahia #A4C41F

Tints of Bahia #A4C41F

Color information

#A4C41F (or 0xA4C41F) is unknown color: approx Bahia. HEX triplet: A4, C4 and 1F. RGB value is (164,196,31). Sum of RGB (Red+Green+Blue) = 164+196+31=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 196 (76.95% from 255 or 50.13% from 391); Blue value is 31 (12.5% from 255 or 7.93% from 391); Max value from RGB is 196 - color contains mainly: green. Hex color #A4C41F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C41F is #5B3BE0. Grayscale: #A8A8A8. Windows color (decimal): -5979105 or 2081956. OLE color: 2081956.

HSL color Cylindrical-coordinate representation of color #A4C41F: hue angle of 71.64º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4C41F is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB16419631-
CMYK0.1600.840.23
HSL71.64º72.69%44.51%-
HSV(B)71.64º84.18%76.86%-
XYZ35.347.478.6-
YUV167.6250.9125.42-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 196 (76.95% from 255) = 50.13%
BLUE value IS 31 (12.5% from 255) = 7.93%
R=41.94%
G=50.13%
B=7.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal164196310.1600.840.2371.6472.6944.51
HexA4C41F100541748492d
Octal244304372001242711011155
Binary10100100110001001111110000010101001011110010001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C41F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C41F; }

 p { color: rgb(164,196,31); }

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

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

 a { background-color: rgb(164,196,31); }

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

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

 span { border-color: rgb(164,196,31); }

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