#A4B51E

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

Shades of Bahia #A4B51E

Tints of Bahia #A4B51E

Color information

#A4B51E (or 0xA4B51E) is unknown color: approx Bahia. HEX triplet: A4, B5 and 1E. RGB value is (164,181,30). Sum of RGB (Red+Green+Blue) = 164+181+30=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #A4B51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4B51E is #5B4AE1. Grayscale: #9F9F9F. Windows color (decimal): -5982946 or 2012580. OLE color: 2012580.

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

Color convert

RGB16418130-
CMYK0.0900.830.29
HSL66.75º71.56%41.37%-
HSV(B)66.75º83.43%70.98%-
XYZ32.0741.037.46-
YUV158.755.37131.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.73%
GREEN value IS 181 (71.09% from 255) = 48.27%
BLUE value IS 30 (12.11% from 255) = 8%
R=43.73%
G=48.27%
B=8%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal164181300.0900.830.2966.7571.5641.37
HexA4B51E90531D434829
Octal244265361101233510311051
Binary1010010010110101111101001010100111110110000111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B51E; }

 p { color: rgb(164,181,30); }

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

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

 a { background-color: rgb(164,181,30); }

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

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

 span { border-color: rgb(164,181,30); }

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