Html Css Color HEX #A9C526 Bahia

📋 copy color: '#A9C526'

red 169 ◦ green 197 ◦ blue 38

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

Shades of Bahia #A9C526

Tints of Bahia #A9C526

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.76%

 BLUE value IS 38 (15.23% from 255) = 9.41%

R = 41.83%
G = 48.76%
B = 9.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#A9C526 (or 0xA9C526) is known color: Bahia. HEX triplet: A9, C5 and 26. RGB value is (169,197,38). Sum of RGB (Red+Green+Blue) = 169+197+38=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 197 (77.34% from 255 or 48.76% from 404); Blue value is 38 (15.23% from 255 or 9.41% from 404); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C526 is #563AD9. Grayscale: #ABABAB. Windows color (decimal): -5651162 or 2540969. OLE color: 2540969.

HSL color Cylindrical-coordinate representation of color #A9C526: hue angle of 70.57º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A9C526 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 169 197 38 -
CMYK 0.14 0 0.81 0.23
HSL 70.57º 0.68% 0.46% -
HSV(B) 70.57º 0.81% 0.77% -
XYZ 36.68 48.51 9.26 -
YUV 170.5 53.22 126.93 -
System Red Green Blue C M Y K H S L
Decimal 169 197 38 0.14 0 0.81 0.23 70.57 0.68 0.46
Hex A9 C5 26 E 0 51 17 47 44 2E
Octal 251 305 46 16 0 121 27 107 104 56
Binary 10101001 11000101 100110 1110 0 1010001 10111 1000111 1000100 101110

Color Harmonies of #A9C526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C526

Black with #A9C526

Text Example


Text Example

White with #A9C526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C526; }

 p { color: rgb(169,197,38); }

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

background-color css

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

 a { background-color: rgb(169,197,38); }

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

border-color css

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

 span { border-color: rgb(169,197,38); }

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