#A4B821

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

Shades of Bahia #A4B821

Tints of Bahia #A4B821

Color information

#A4B821 (or 0xA4B821) is unknown color: approx Bahia. HEX triplet: A4, B8 and 21. RGB value is (164,184,33). Sum of RGB (Red+Green+Blue) = 164+184+33=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 33 (13.28% from 255 or 8.66% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B821 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B821 is #5B47DE. Grayscale: #A1A1A1. Windows color (decimal): -5982175 or 2209956. OLE color: 2209956.

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

Color convert

RGB16418433-
CMYK0.1100.820.28
HSL67.95º69.59%42.55%-
HSV(B)67.95º82.07%72.16%-
XYZ32.7242.287.88-
YUV160.8155.87130.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.04%
GREEN value IS 184 (72.27% from 255) = 48.29%
BLUE value IS 33 (13.28% from 255) = 8.66%
R=43.04%
G=48.29%
B=8.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal164184330.1100.820.2867.9569.5942.55
HexA4B821B0521C44462b
Octal244270411301223410410653
Binary10100100101110001000011011010100101110010001001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B821; }

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

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

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

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

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

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

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

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