#A4B62A

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

Shades of Bahia #A4B62A

Tints of Bahia #A4B62A

Color information

#A4B62A (or 0xA4B62A) is unknown color: approx Bahia. HEX triplet: A4, B6 and 2A. RGB value is (164,182,42). Sum of RGB (Red+Green+Blue) = 164+182+42=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 42 (16.80% from 255 or 10.82% from 388); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B62A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B62A is #5B49D5. Grayscale: #A1A1A1. Windows color (decimal): -5982678 or 2799268. OLE color: 2799268.

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

Color convert

RGB16418242-
CMYK0.1000.770.29
HSL67.71º62.5%43.92%-
HSV(B)67.71º76.92%71.37%-
XYZ32.4641.528.49-
YUV160.6661.04130.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.27%
GREEN value IS 182 (71.48% from 255) = 46.91%
BLUE value IS 42 (16.80% from 255) = 10.82%
R=42.27%
G=46.91%
B=10.82%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164182420.1000.770.2967.7162.543.92
HexA4B62AA04D1D443e2c
Octal24426652120115351047654
Binary1010010010110110101010101001001101111011000100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B62A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B62A; }

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

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

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

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

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

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

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

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