#A3B435

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

Shades of Bahia #A3B435

Tints of Bahia #A3B435

Color information

#A3B435 (or 0xA3B435) is unknown color: approx Bahia. HEX triplet: A3, B4 and 35. RGB value is (163,180,53). Sum of RGB (Red+Green+Blue) = 163+180+53=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 53 (21.09% from 255 or 13.38% from 396); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B435 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3B435 is #5C4BCA. Grayscale: #A0A0A0. Windows color (decimal): -6048715 or 3519651. OLE color: 3519651.

HSL color Cylindrical-coordinate representation of color #A3B435: hue angle of 68.03º 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 #A3B435 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB16318053-
CMYK0.0900.710.29
HSL68.03º54.51%45.69%-
HSV(B)68.03º70.56%70.59%-
XYZ32.0740.699.53-
YUV160.4467.37129.83-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.16%
GREEN value IS 180 (70.70% from 255) = 45.45%
BLUE value IS 53 (21.09% from 255) = 13.38%
R=41.16%
G=45.45%
B=13.38%

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
Decimal163180530.0900.710.2968.0354.5145.69
HexA3B43590471D44372e
Octal24326465110107351046756
Binary1010001110110100110101100101000111111011000100110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B435; }

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

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

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

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

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

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

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

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