#A4BC27

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

Shades of Bahia #A4BC27

Tints of Bahia #A4BC27

Color information

#A4BC27 (or 0xA4BC27) is unknown color: approx Bahia. HEX triplet: A4, BC and 27. RGB value is (164,188,39). Sum of RGB (Red+Green+Blue) = 164+188+39=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 39 (15.62% from 255 or 9.97% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BC27 is #5B43D8. Grayscale: #A4A4A4. Windows color (decimal): -5981145 or 2604196. OLE color: 2604196.

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

Color convert

RGB16418839-
CMYK0.1300.790.26
HSL69.66º65.64%44.51%-
HSV(B)69.66º79.26%73.73%-
XYZ33.6644.018.64-
YUV163.8457.55128.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 188 (73.83% from 255) = 48.08%
BLUE value IS 39 (15.62% from 255) = 9.97%
R=41.94%
G=48.08%
B=9.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164188390.1300.790.2669.6665.6444.51
HexA4BC27D04F1A46422d
Octal244274471501173210610255
Binary10100100101111001001111101010011111101010001101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BC27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BC27; }

 p { color: rgb(164,188,39); }

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

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

 a { background-color: rgb(164,188,39); }

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

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

 span { border-color: rgb(164,188,39); }

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