#A7C429

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

Shades of Bahia #A7C429

Tints of Bahia #A7C429

Color information

#A7C429 (or 0xA7C429) is unknown color: approx Bahia. HEX triplet: A7, C4 and 29. RGB value is (167,196,41). Sum of RGB (Red+Green+Blue) = 167+196+41=404 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.34% from 404); Green value is 196 (76.95% from 255 or 48.51% from 404); Blue value is 41 (16.41% from 255 or 10.15% from 404); Max value from RGB is 196 - color contains mainly: green. Hex color #A7C429 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A7C429 is #583BD6. Grayscale: #AAAAAA. Windows color (decimal): -5782487 or 2737319. OLE color: 2737319.

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

Color convert

RGB16719641-
CMYK0.1500.790.23
HSL71.23º65.4%46.47%-
HSV(B)71.23º79.08%76.86%-
XYZ36.0847.869.43-
YUV169.6655.39126.1-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.34%
GREEN value IS 196 (76.95% from 255) = 48.51%
BLUE value IS 41 (16.41% from 255) = 10.15%
R=41.34%
G=48.51%
B=10.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal167196410.1500.790.2371.2365.446.47
HexA7C429F04F1747412e
Octal247304511701172710710156
Binary10100111110001001010011111010011111011110001111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C429; }

 p { color: rgb(167,196,41); }

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

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

 a { background-color: rgb(167,196,41); }

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

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

 span { border-color: rgb(167,196,41); }

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