#A9C820

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

Shades of Bahia #A9C820

Tints of Bahia #A9C820

Color information

#A9C820 (or 0xA9C820) is unknown color: approx Bahia. HEX triplet: A9, C8 and 20. RGB value is (169,200,32). Sum of RGB (Red+Green+Blue) = 169+200+32=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 200 (78.52% from 255 or 49.88% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 200 - color contains mainly: green. Hex color #A9C820 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C820 is #5637DF. Grayscale: #ACACAC. Windows color (decimal): -5650400 or 2148521. OLE color: 2148521.

HSL color Cylindrical-coordinate representation of color #A9C820: hue angle of 71.07º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A9C820 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB16920032-
CMYK0.1600.840.22
HSL71.07º72.41%45.49%-
HSV(B)71.07º84%78.43%-
XYZ37.2849.859.02-
YUV171.5849.23126.16-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.14%
GREEN value IS 200 (78.52% from 255) = 49.88%
BLUE value IS 32 (12.89% from 255) = 7.98%
R=42.14%
G=49.88%
B=7.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal169200320.1600.840.2271.0772.4145.49
HexA9C820100541647482d
Octal251310402001242610711055
Binary101010011100100010000010000010101001011010001111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C820; }

 p { color: rgb(169,200,32); }

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

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

 a { background-color: rgb(169,200,32); }

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

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

 span { border-color: rgb(169,200,32); }

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