#A9CA23

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

Shades of Bahia #A9CA23

Tints of Bahia #A9CA23

Color information

#A9CA23 (or 0xA9CA23) is unknown color: approx Bahia. HEX triplet: A9, CA and 23. RGB value is (169,202,35). Sum of RGB (Red+Green+Blue) = 169+202+35=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 202 (79.30% from 255 or 49.75% from 406); Blue value is 35 (14.06% from 255 or 8.62% from 406); Max value from RGB is 202 - color contains mainly: green. Hex color #A9CA23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9CA23 is #5635DC. Grayscale: #ADADAD. Windows color (decimal): -5649885 or 2345641. OLE color: 2345641.

HSL color Cylindrical-coordinate representation of color #A9CA23: hue angle of 71.86º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A9CA23 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB16920235-
CMYK0.1600.830.21
HSL71.86º70.46%46.47%-
HSV(B)71.86º82.67%79.22%-
XYZ37.7950.89.4-
YUV173.150.07125.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 41.63%
GREEN value IS 202 (79.30% from 255) = 49.75%
BLUE value IS 35 (14.06% from 255) = 8.62%
R=41.63%
G=49.75%
B=8.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal169202350.1600.830.2171.8670.4646.47
HexA9CA23100531548462e
Octal251312432001232511010656
Binary101010011100101010001110000010100111010110010001000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9CA23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9CA23; }

 p { color: rgb(169,202,35); }

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

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

 a { background-color: rgb(169,202,35); }

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

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

 span { border-color: rgb(169,202,35); }

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