#A4C22A

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

Shades of Bahia #A4C22A

Tints of Bahia #A4C22A

Color information

#A4C22A (or 0xA4C22A) is unknown color: approx Bahia. HEX triplet: A4, C2 and 2A. RGB value is (164,194,42). Sum of RGB (Red+Green+Blue) = 164+194+42=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C22A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C22A is #5B3DD5. Grayscale: #A8A8A8. Windows color (decimal): -5979606 or 2802340. OLE color: 2802340.

HSL color Cylindrical-coordinate representation of color #A4C22A: hue angle of 71.84º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A4C22A is Cyan = 0.15, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB16419442-
CMYK0.1500.780.24
HSL71.84º64.41%46.27%-
HSV(B)71.84º78.35%76.08%-
XYZ35.0246.649.35-
YUV167.757.06125.36-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 194 (76.17% from 255) = 48.5%
BLUE value IS 42 (16.80% from 255) = 10.5%
R=41%
G=48.5%
B=10.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal164194420.1500.780.2471.8464.4146.27
HexA4C22AF04E1848402e
Octal244302521701163011010056
Binary10100100110000101010101111010011101100010010001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C22A; }

 p { color: rgb(164,194,42); }

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

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

 a { background-color: rgb(164,194,42); }

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

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

 span { border-color: rgb(164,194,42); }

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