#A4B121

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

Shades of Bahia #A4B121

Tints of Bahia #A4B121

Color information

#A4B121 (or 0xA4B121) is unknown color: approx Bahia. HEX triplet: A4, B1 and 21. RGB value is (164,177,33). Sum of RGB (Red+Green+Blue) = 164+177+33=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #A4B121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4B121 is #5B4EDE. Grayscale: #9D9D9D. Windows color (decimal): -5983967 or 2208164. OLE color: 2208164.

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

Color convert

RGB16417733-
CMYK0.0700.810.31
HSL65.42º68.57%41.18%-
HSV(B)65.42º81.36%69.41%-
XYZ31.3139.457.4-
YUV156.758.19133.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.85%
GREEN value IS 177 (69.53% from 255) = 47.33%
BLUE value IS 33 (13.28% from 255) = 8.82%
R=43.85%
G=47.33%
B=8.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal164177330.0700.810.3165.4268.5741.18
HexA4B12170511F414529
Octal24426141701213710110551
Binary1010010010110001100001111010100011111110000011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B121; }

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

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

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

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

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

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

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

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