#A4C02D

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

Shades of Bahia #A4C02D

Tints of Bahia #A4C02D

Color information

#A4C02D (or 0xA4C02D) is unknown color: approx Bahia. HEX triplet: A4, C0 and 2D. RGB value is (164,192,45). Sum of RGB (Red+Green+Blue) = 164+192+45=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 45 (17.97% from 255 or 11.22% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C02D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C02D is #5B3FD2. Grayscale: #A7A7A7. Windows color (decimal): -5980115 or 2998436. OLE color: 2998436.

HSL color Cylindrical-coordinate representation of color #A4C02D: hue angle of 71.43º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A4C02D is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB16419245-
CMYK0.1500.770.25
HSL71.43º62.03%46.47%-
HSV(B)71.43º76.56%75.29%-
XYZ34.6345.789.49-
YUV166.8759.22125.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 192 (75.39% from 255) = 47.88%
BLUE value IS 45 (17.97% from 255) = 11.22%
R=40.90%
G=47.88%
B=11.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164192450.1500.770.2571.4362.0346.47
HexA4C02DF04D19473e2e
Octal24430055170115311077656
Binary1010010011000000101101111101001101110011000111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C02D; }

 p { color: rgb(164,192,45); }

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

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

 a { background-color: rgb(164,192,45); }

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

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

 span { border-color: rgb(164,192,45); }

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