#A3BC30

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

Shades of Bahia #A3BC30

Tints of Bahia #A3BC30

Color information

#A3BC30 (or 0xA3BC30) is unknown color: approx Bahia. HEX triplet: A3, BC and 30. RGB value is (163,188,48). Sum of RGB (Red+Green+Blue) = 163+188+48=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 48 (19.14% from 255 or 12.03% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #A3BC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BC30 is #5C43CF. Grayscale: #A5A5A5. Windows color (decimal): -6046672 or 3194019. OLE color: 3194019.

HSL color Cylindrical-coordinate representation of color #A3BC30: hue angle of 70.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A3BC30 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB16318848-
CMYK0.1300.740.26
HSL70.71º59.32%46.27%-
HSV(B)70.71º74.47%73.73%-
XYZ33.6243.979.51-
YUV164.5662.22126.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.85%
GREEN value IS 188 (73.83% from 255) = 47.12%
BLUE value IS 48 (19.14% from 255) = 12.03%
R=40.85%
G=47.12%
B=12.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal163188480.1300.740.2670.7159.3246.27
HexA3BC30D04A1A473b2e
Octal24327460150112321077356
Binary1010001110111100110000110101001010110101000111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BC30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BC30; }

 p { color: rgb(163,188,48); }

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

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

 a { background-color: rgb(163,188,48); }

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

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

 span { border-color: rgb(163,188,48); }

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