#A4B12C

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

Shades of Bahia #A4B12C

Tints of Bahia #A4B12C

Color information

#A4B12C (or 0xA4B12C) is unknown color: approx Bahia. HEX triplet: A4, B1 and 2C. RGB value is (164,177,44). Sum of RGB (Red+Green+Blue) = 164+177+44=385 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.60% from 385); Green value is 177 (69.53% from 255 or 45.97% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B12C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4B12C is #5B4ED3. Grayscale: #9E9E9E. Windows color (decimal): -5983956 or 2929060. OLE color: 2929060.

HSL color Cylindrical-coordinate representation of color #A4B12C: hue angle of 65.86º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A4B12C is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB16417744-
CMYK0.0700.750.31
HSL65.86º60.18%43.33%-
HSV(B)65.86º75.14%69.41%-
XYZ31.4939.528.35-
YUV157.9563.69132.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.60%
GREEN value IS 177 (69.53% from 255) = 45.97%
BLUE value IS 44 (17.58% from 255) = 11.43%
R=42.60%
G=45.97%
B=11.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164177440.0700.750.3165.8660.1843.33
HexA4B12C704B1F423c2b
Octal2442615470113371027453
Binary101001001011000110110011101001011111111000010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B12C; }

 p { color: rgb(164,177,44); }

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

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

 a { background-color: rgb(164,177,44); }

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

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

 span { border-color: rgb(164,177,44); }

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