Html Css Color HEX #A9C514 Bahia

📋 copy color: '#A9C514'

red 169 ◦ green 197 ◦ blue 20

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

Shades of Bahia #A9C514

Tints of Bahia #A9C514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.18%

R = 43.78%
G = 51.04%
B = 5.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#A9C514 (or 0xA9C514) is known color: Bahia. HEX triplet: A9, C5 and 14. RGB value is (169,197,20). Sum of RGB (Red+Green+Blue) = 169+197+20=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C514 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9C514 is #563AEB. Grayscale: #A9A9A9. Windows color (decimal): -5651180 or 1361321. OLE color: 1361321.

HSL color Cylindrical-coordinate representation of color #A9C514: hue angle of 69.49º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A9C514 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 169 197 20 -
CMYK 0.14 0 0.90 0.23
HSL 69.49º 0.82% 0.43% -
HSV(B) 69.49º 0.9% 0.77% -
XYZ 36.45 48.42 8.09 -
YUV 168.45 44.22 128.39 -
System Red Green Blue C M Y K H S L
Decimal 169 197 20 0.14 0 0.90 0.23 69.49 0.82 0.43
Hex A9 C5 14 E 0 5A 17 45 52 2B
Octal 251 305 24 16 0 132 27 105 122 53
Binary 10101001 11000101 10100 1110 0 1011010 10111 1000101 1010010 101011

Color Harmonies of #A9C514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9C514

Black with #A9C514

Text Example


Text Example

White with #A9C514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9C514; }

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

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

background-color css

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

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

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

border-color css

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

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

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