#a4b61d

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

Shades of Bahia #A4B61D

Tints of Bahia #A4B61D

Color information

#A4B61D (or 0xA4B61D) is unknown color: approx Bahia. HEX triplet: A4, B6 and 1D. RGB value is (164,182,29). Sum of RGB (Red+Green+Blue) = 164+182+29=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 182 (71.48% from 255 or 48.53% from 375); Blue value is 29 (11.72% from 255 or 7.73% from 375); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B61D is #5B49E2. Grayscale: #9F9F9F. Windows color (decimal): -5982691 or 1947300. OLE color: 1947300.

HSL color Cylindrical-coordinate representation of color #A4B61D: hue angle of 67.06º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4B61D is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB16418229-
CMYK0.1000.840.29
HSL67.06º72.51%41.37%-
HSV(B)67.06º84.07%71.37%-
XYZ32.2641.447.46-
YUV159.1854.54131.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 182 (71.48% from 255) = 48.53%
BLUE value IS 29 (11.72% from 255) = 7.73%
R=43.73%
G=48.53%
B=7.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164182290.1000.840.2967.0672.5141.37
HexA4B61DA0541D434929
Octal244266351201243510311151
Binary1010010010110110111011010010101001110110000111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a4b61d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a4b61d; }

 p { color: rgb(164,182,29); }

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

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

 a { background-color: rgb(164,182,29); }

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

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

 span { border-color: rgb(164,182,29); }

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