#A4B435

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

Shades of Bahia #A4B435

Tints of Bahia #A4B435

Color information

#A4B435 (or 0xA4B435) is unknown color: approx Bahia. HEX triplet: A4, B4 and 35. RGB value is (164,180,53). Sum of RGB (Red+Green+Blue) = 164+180+53=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 53 (21.09% from 255 or 13.35% from 397); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B435 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B435 is #5B4BCA. Grayscale: #A1A1A1. Windows color (decimal): -5983179 or 3519652. OLE color: 3519652.

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

Color convert

RGB16418053-
CMYK0.0900.710.29
HSL67.56º54.51%45.69%-
HSV(B)67.56º70.56%70.59%-
XYZ32.2740.799.54-
YUV160.7467.2130.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.31%
GREEN value IS 180 (70.70% from 255) = 45.34%
BLUE value IS 53 (21.09% from 255) = 13.35%
R=41.31%
G=45.34%
B=13.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164180530.0900.710.2967.5654.5145.69
HexA4B43590471D44372e
Octal24426465110107351046756
Binary1010010010110100110101100101000111111011000100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B435; }

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

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

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

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

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

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

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

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