#A4CA21

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

Shades of Bahia #A4CA21

Tints of Bahia #A4CA21

Color information

#A4CA21 (or 0xA4CA21) is unknown color: approx Bahia. HEX triplet: A4, CA and 21. RGB value is (164,202,33). Sum of RGB (Red+Green+Blue) = 164+202+33=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 33 (13.28% from 255 or 8.27% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #A4CA21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CA21 is #5B35DE. Grayscale: #ACACAC. Windows color (decimal): -5977567 or 2214564. OLE color: 2214564.

HSL color Cylindrical-coordinate representation of color #A4CA21: hue angle of 73.49º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4CA21 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB16420233-
CMYK0.1900.840.21
HSL73.49º71.91%46.08%-
HSV(B)73.49º83.66%79.22%-
XYZ36.750.249.2-
YUV171.3749.91122.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.10%
GREEN value IS 202 (79.30% from 255) = 50.63%
BLUE value IS 33 (13.28% from 255) = 8.27%
R=41.10%
G=50.63%
B=8.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal164202330.1900.840.2173.4971.9146.08
HexA4CA21130541549482e
Octal244312412301242511111056
Binary101001001100101010000110011010101001010110010011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CA21; }

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

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

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

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

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

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

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

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