Html Css Color HEX #A9C52B Bahia

📋 copy color: '#A9C52B'

red 169 ◦ green 197 ◦ blue 43

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

Shades of Bahia #A9C52B

Tints of Bahia #A9C52B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.51%

R = 41.32%
G = 48.17%
B = 10.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#A9C52B (or 0xA9C52B) is known color: Bahia. HEX triplet: A9, C5 and 2B. RGB value is (169,197,43). Sum of RGB (Red+Green+Blue) = 169+197+43=409 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.32% from 409); Green value is 197 (77.34% from 255 or 48.17% from 409); Blue value is 43 (17.19% from 255 or 10.51% from 409); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C52B is #563AD4. Grayscale: #ABABAB. Windows color (decimal): -5651157 or 2868649. OLE color: 2868649.

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

Color convert

RGB 169 197 43 -
CMYK 0.14 0 0.78 0.23
HSL 70.91º 0.64% 0.47% -
HSV(B) 70.91º 0.78% 0.77% -
XYZ 36.76 48.54 9.72 -
YUV 171.07 55.72 126.52 -
System Red Green Blue C M Y K H S L
Decimal 169 197 43 0.14 0 0.78 0.23 70.91 0.64 0.47
Hex A9 C5 2B E 0 4E 17 47 40 2F
Octal 251 305 53 16 0 116 27 107 100 57
Binary 10101001 11000101 101011 1110 0 1001110 10111 1000111 1000000 101111

Color Harmonies of #A9C52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C52B

Black with #A9C52B

Text Example


Text Example

White with #A9C52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C52B; }

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

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

background-color css

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

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

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

border-color css

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

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

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