#A4CF21

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

Shades of Bahia #A4CF21

Tints of Bahia #A4CF21

Color information

#A4CF21 (or 0xA4CF21) is unknown color: approx Bahia. HEX triplet: A4, CF and 21. RGB value is (164,207,33). Sum of RGB (Red+Green+Blue) = 164+207+33=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CF21 is #5B30DE. Grayscale: #AEAEAE. Windows color (decimal): -5976287 or 2215844. OLE color: 2215844.

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

Color convert

RGB16420733-
CMYK0.2100.840.19
HSL74.83º72.5%47.06%-
HSV(B)74.83º84.06%81.18%-
XYZ37.952.639.6-
YUV174.3148.25120.65-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.59%
GREEN value IS 207 (81.25% from 255) = 51.24%
BLUE value IS 33 (13.28% from 255) = 8.17%
R=40.59%
G=51.24%
B=8.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal164207330.2100.840.1974.8372.547.06
HexA4CF2115054134b482f
Octal244317412501242311311057
Binary101001001100111110000110101010101001001110010111001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CF21; }

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

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

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

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

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

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

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

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