#A4B42D

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

Shades of Bahia #A4B42D

Tints of Bahia #A4B42D

Color information

#A4B42D (or 0xA4B42D) is unknown color: approx Bahia. HEX triplet: A4, B4 and 2D. RGB value is (164,180,45). Sum of RGB (Red+Green+Blue) = 164+180+45=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 180 (70.70% from 255 or 46.27% from 389); Blue value is 45 (17.97% from 255 or 11.57% from 389); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B42D is #5B4BD2. Grayscale: #A0A0A0. Windows color (decimal): -5983187 or 2995364. OLE color: 2995364.

HSL color Cylindrical-coordinate representation of color #A4B42D: hue angle of 67.11º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A4B42D is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB16418045-
CMYK0.0900.750.29
HSL67.11º60%44.12%-
HSV(B)67.11º75%70.59%-
XYZ32.140.728.65-
YUV159.8363.2130.98-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.16%
GREEN value IS 180 (70.70% from 255) = 46.27%
BLUE value IS 45 (17.97% from 255) = 11.57%
R=42.16%
G=46.27%
B=11.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164180450.0900.750.2967.116044.12
HexA4B42D904B1D433c2c
Octal24426455110113351037454
Binary1010010010110100101101100101001011111011000011111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B42D; }

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

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

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

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

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

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

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

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