#A4CC21

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

Shades of Bahia #A4CC21

Tints of Bahia #A4CC21

Color information

#A4CC21 (or 0xA4CC21) is unknown color: approx Bahia. HEX triplet: A4, CC and 21. RGB value is (164,204,33). Sum of RGB (Red+Green+Blue) = 164+204+33=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #A4CC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CC21 is #5B33DE. Grayscale: #ADADAD. Windows color (decimal): -5977055 or 2215076. OLE color: 2215076.

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

Color convert

RGB16420433-
CMYK0.2000.840.2
HSL74.04º72.15%46.47%-
HSV(B)74.04º83.82%80%-
XYZ37.1851.199.36-
YUV172.5549.25121.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 204 (80.08% from 255) = 50.87%
BLUE value IS 33 (13.28% from 255) = 8.23%
R=40.90%
G=50.87%
B=8.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal164204330.2000.840.274.0472.1546.47
HexA4CC2114054144a482e
Octal244314412401242411211056
Binary101001001100110010000110100010101001010010010101001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CC21; }

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

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

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

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

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

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

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

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