Html Css Color HEX #A9C32A Bahia

📋 copy color: '#A9C32A'

red 169 ◦ green 195 ◦ blue 42

#A9C32A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #A9C32A

Tints of Bahia #A9C32A

RGB

 RED value IS 169 (66.41% from 255) = 41.63%

 GREEN value IS 195 (76.56% from 255) = 48.03%

 BLUE value IS 42 (16.8% from 255) = 10.34%

R = 41.63%
G = 48.03%
B = 10.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#A9C32A (or 0xA9C32A) is known color: Bahia. HEX triplet: A9, C3 and 2A. RGB value is (169,195,42). Sum of RGB (Red+Green+Blue) = 169+195+42=406 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.63% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 42 (16.80% from 255 or 10.34% from 406); Max value from RGB is 195 - color contains mainly: green. Hex color #A9C32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C32A is #563CD5. Grayscale: #AAAAAA. Windows color (decimal): -5651670 or 2802601. OLE color: 2802601.

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

Color convert

RGB 169 195 42 -
CMYK 0.13 0 0.78 0.24
HSL 70.2º 0.65% 0.46% -
HSV(B) 70.2º 0.78% 0.76% -
XYZ 36.3 47.63 9.47 -
YUV 169.78 55.89 127.44 -
System Red Green Blue C M Y K H S L
Decimal 169 195 42 0.13 0 0.78 0.24 70.2 0.65 0.46
Hex A9 C3 2A D 0 4E 18 46 41 2E
Octal 251 303 52 15 0 116 30 106 101 56
Binary 10101001 11000011 101010 1101 0 1001110 11000 1000110 1000001 101110

Color Harmonies of #A9C32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C32A

Black with #A9C32A

Text Example


Text Example

White with #A9C32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C32A; }

 p { color: rgb(169,195,42); }

 H1.HeaderClassName
 {
   color: #A9C32A;
 }
 .AnyTagClassName
 {
   color: #A9C32A;
 }
</style>

background-color css

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

 a { background-color: rgb(169,195,42); }

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

border-color css

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

 span { border-color: rgb(169,195,42); }

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