Html Css Color HEX #A5C519 Bahia

📋 copy color: '#A5C519'

red 165 ◦ green 197 ◦ blue 25

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

Shades of Bahia #A5C519

Tints of Bahia #A5C519

RGB

 RED value IS 165 (64.84% from 255) = 42.64%

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

 BLUE value IS 25 (10.16% from 255) = 6.46%

R = 42.64%
G = 50.9%
B = 6.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#A5C519 (or 0xA5C519) is known color: Bahia. HEX triplet: A5, C5 and 19. RGB value is (165,197,25). Sum of RGB (Red+Green+Blue) = 165+197+25=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 197 (77.34% from 255 or 50.90% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C519 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C519 is #5A3AE6. Grayscale: #A8A8A8. Windows color (decimal): -5913319 or 1688997. OLE color: 1688997.

HSL color Cylindrical-coordinate representation of color #A5C519: hue angle of 71.16º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A5C519 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 165 197 25 -
CMYK 0.16 0 0.87 0.23
HSL 71.16º 0.77% 0.44% -
HSV(B) 71.16º 0.87% 0.77% -
XYZ 35.66 48 8.31 -
YUV 167.82 47.4 125.99 -
System Red Green Blue C M Y K H S L
Decimal 165 197 25 0.16 0 0.87 0.23 71.16 0.77 0.44
Hex A5 C5 19 10 0 57 17 47 4D 2C
Octal 245 305 31 20 0 127 27 107 115 54
Binary 10100101 11000101 11001 10000 0 1010111 10111 1000111 1001101 101100

Color Harmonies of #A5C519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C519

Black with #A5C519

Text Example


Text Example

White with #A5C519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C519; }

 p { color: rgb(165,197,25); }

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

background-color css

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

 a { background-color: rgb(165,197,25); }

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

border-color css

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

 span { border-color: rgb(165,197,25); }

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