#A4B223

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

Shades of Bahia #A4B223

Tints of Bahia #A4B223

Color information

#A4B223 (or 0xA4B223) is unknown color: approx Bahia. HEX triplet: A4, B2 and 23. RGB value is (164,178,35). Sum of RGB (Red+Green+Blue) = 164+178+35=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 35 (14.06% from 255 or 9.28% from 377); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4B223 is #5B4DDC. Grayscale: #9E9E9E. Windows color (decimal): -5983709 or 2339492. OLE color: 2339492.

HSL color Cylindrical-coordinate representation of color #A4B223: hue angle of 65.87º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A4B223 is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB16417835-
CMYK0.0800.800.30
HSL65.87º67.14%41.76%-
HSV(B)65.87º80.34%69.8%-
XYZ31.5339.857.62-
YUV157.5158.86132.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 178 (69.92% from 255) = 47.21%
BLUE value IS 35 (14.06% from 255) = 9.28%
R=43.50%
G=47.21%
B=9.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal164178350.0800.800.3065.8767.1441.76
HexA4B22380501E42432a
Octal244262431001203610210352
Binary10100100101100101000111000010100001111010000101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B223; }

 p { color: rgb(164,178,35); }

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

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

 a { background-color: rgb(164,178,35); }

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

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

 span { border-color: rgb(164,178,35); }

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