#A9C222

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

Shades of Bahia #A9C222

Tints of Bahia #A9C222

Color information

#A9C222 (or 0xA9C222) is unknown color: approx Bahia. HEX triplet: A9, C2 and 22. RGB value is (169,194,34). Sum of RGB (Red+Green+Blue) = 169+194+34=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 34 (13.67% from 255 or 8.56% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #A9C222 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C222 is #563DDD. Grayscale: #A8A8A8. Windows color (decimal): -5651934 or 2278057. OLE color: 2278057.

HSL color Cylindrical-coordinate representation of color #A9C222: hue angle of 69.38º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A9C222 is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB16919434-
CMYK0.1300.820.24
HSL69.38º70.18%44.71%-
HSV(B)69.38º82.47%76.08%-
XYZ35.9447.138.72-
YUV168.2852.22128.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.57%
GREEN value IS 194 (76.17% from 255) = 48.87%
BLUE value IS 34 (13.67% from 255) = 8.56%
R=42.57%
G=48.87%
B=8.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal169194340.1300.820.2469.3870.1844.71
HexA9C222D0521845462d
Octal251302421501223010510655
Binary10101001110000101000101101010100101100010001011000110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C222; }

 p { color: rgb(169,194,34); }

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

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

 a { background-color: rgb(169,194,34); }

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

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

 span { border-color: rgb(169,194,34); }

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