#A4BA21

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

Shades of Bahia #A4BA21

Tints of Bahia #A4BA21

Color information

#A4BA21 (or 0xA4BA21) is unknown color: approx Bahia. HEX triplet: A4, BA and 21. RGB value is (164,186,33). Sum of RGB (Red+Green+Blue) = 164+186+33=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 186 (73.05% from 255 or 48.56% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 186 - color contains mainly: green. Hex color #A4BA21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BA21 is #5B45DE. Grayscale: #A2A2A2. Windows color (decimal): -5981663 or 2210468. OLE color: 2210468.

HSL color Cylindrical-coordinate representation of color #A4BA21: hue angle of 68.63º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A4BA21 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB16418633-
CMYK0.1200.820.27
HSL68.63º69.86%42.94%-
HSV(B)68.63º82.26%72.94%-
XYZ33.1443.128.02-
YUV161.9855.21129.44-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 186 (73.05% from 255) = 48.56%
BLUE value IS 33 (13.28% from 255) = 8.62%
R=42.82%
G=48.56%
B=8.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164186330.1200.820.2768.6369.8642.94
HexA4BA21C0521B45462b
Octal244272411401223310510653
Binary10100100101110101000011100010100101101110001011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BA21; }

 p { color: rgb(164,186,33); }

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

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

 a { background-color: rgb(164,186,33); }

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

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

 span { border-color: rgb(164,186,33); }

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