#A9CC21

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

Shades of Bahia #A9CC21

Tints of Bahia #A9CC21

Color information

#A9CC21 (or 0xA9CC21) is unknown color: approx Bahia. HEX triplet: A9, CC and 21. RGB value is (169,204,33). Sum of RGB (Red+Green+Blue) = 169+204+33=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 33 (13.28% from 255 or 8.13% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #A9CC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9CC21 is #5633DE. Grayscale: #AEAEAE. Windows color (decimal): -5649375 or 2215081. OLE color: 2215081.

HSL color Cylindrical-coordinate representation of color #A9CC21: hue angle of 72.28º 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 #A9CC21 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB16920433-
CMYK0.1700.840.2
HSL72.28º72.15%46.47%-
HSV(B)72.28º83.82%80%-
XYZ38.2351.739.41-
YUV174.0448.4124.4-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.63%
GREEN value IS 204 (80.08% from 255) = 50.25%
BLUE value IS 33 (13.28% from 255) = 8.13%
R=41.63%
G=50.25%
B=8.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal169204330.1700.840.272.2872.1546.47
HexA9CC21110541448482e
Octal251314412101242411011056
Binary101010011100110010000110001010101001010010010001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CC21; }

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

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

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

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

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

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

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

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