Html Css Color HEX #A9C42B Bahia

📋 copy color: '#A9C42B'

red 169 ◦ green 196 ◦ blue 43

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

Shades of Bahia #A9C42B

Tints of Bahia #A9C42B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 48.04%

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

R = 41.42%
G = 48.04%
B = 10.54%

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

#A9C42B (or 0xA9C42B) is known color: Bahia. HEX triplet: A9, C4 and 2B. RGB value is (169,196,43). Sum of RGB (Red+Green+Blue) = 169+196+43=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 196 (76.95% from 255 or 48.04% from 408); Blue value is 43 (17.19% from 255 or 10.54% from 408); Max value from RGB is 196 - color contains mainly: green. Hex color #A9C42B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A9C42B is #563BD4. Grayscale: #ABABAB. Windows color (decimal): -5651413 or 2868393. OLE color: 2868393.

HSL color Cylindrical-coordinate representation of color #A9C42B: hue angle of 70.59º 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 #A9C42B is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB 169 196 43 -
CMYK 0.14 0 0.78 0.23
HSL 70.59º 0.64% 0.47% -
HSV(B) 70.59º 0.78% 0.77% -
XYZ 36.54 48.09 9.64 -
YUV 170.49 56.05 126.94 -
System Red Green Blue C M Y K H S L
Decimal 169 196 43 0.14 0 0.78 0.23 70.59 0.64 0.47
Hex A9 C4 2B E 0 4E 17 47 40 2F
Octal 251 304 53 16 0 116 27 107 100 57
Binary 10101001 11000100 101011 1110 0 1001110 10111 1000111 1000000 101111

Color Harmonies of #A9C42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C42B

Black with #A9C42B

Text Example


Text Example

White with #A9C42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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