#A4B430

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

Shades of Bahia #A4B430

Tints of Bahia #A4B430

Color information

#A4B430 (or 0xA4B430) is unknown color: approx Bahia. HEX triplet: A4, B4 and 30. RGB value is (164,180,48). Sum of RGB (Red+Green+Blue) = 164+180+48=392 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.84% from 392); Green value is 180 (70.70% from 255 or 45.92% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B430 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B430 is #5B4BCF. Grayscale: #A0A0A0. Windows color (decimal): -5983184 or 3191972. OLE color: 3191972.

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

Color convert

RGB16418048-
CMYK0.0900.730.29
HSL67.27º57.89%44.71%-
HSV(B)67.27º73.33%70.59%-
XYZ32.1640.758.97-
YUV160.1764.7130.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.84%
GREEN value IS 180 (70.70% from 255) = 45.92%
BLUE value IS 48 (19.14% from 255) = 12.24%
R=41.84%
G=45.92%
B=12.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164180480.0900.730.2967.2757.8944.71
HexA4B43090491D433a2d
Octal24426460110111351037255
Binary1010010010110100110000100101001001111011000011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B430; }

 p { color: rgb(164,180,48); }

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

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

 a { background-color: rgb(164,180,48); }

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

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

 span { border-color: rgb(164,180,48); }

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