#A4B627

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

Shades of Bahia #A4B627

Tints of Bahia #A4B627

Color information

#A4B627 (or 0xA4B627) is unknown color: approx Bahia. HEX triplet: A4, B6 and 27. RGB value is (164,182,39). Sum of RGB (Red+Green+Blue) = 164+182+39=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B627 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B627 is #5B49D8. Grayscale: #A0A0A0. Windows color (decimal): -5982681 or 2602660. OLE color: 2602660.

HSL color Cylindrical-coordinate representation of color #A4B627: hue angle of 67.55º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A4B627 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB16418239-
CMYK0.1000.790.29
HSL67.55º64.71%43.33%-
HSV(B)67.55º78.57%71.37%-
XYZ32.441.498.22-
YUV160.3259.54130.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.60%
GREEN value IS 182 (71.48% from 255) = 47.27%
BLUE value IS 39 (15.62% from 255) = 10.13%
R=42.60%
G=47.27%
B=10.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164182390.1000.790.2967.5564.7143.33
HexA4B627A04F1D44412b
Octal244266471201173510410153
Binary10100100101101101001111010010011111110110001001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B627; }

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

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

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

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

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

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

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

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