Html Css Color HEX #A5C419 Bahia

📋 copy color: '#A5C419'

red 165 ◦ green 196 ◦ blue 25

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

Shades of Bahia #A5C419

Tints of Bahia #A5C419

RGB

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

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

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

R = 42.75%
G = 50.78%
B = 6.48%

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

#A5C419 (or 0xA5C419) is known color: Bahia. HEX triplet: A5, C4 and 19. RGB value is (165,196,25). Sum of RGB (Red+Green+Blue) = 165+196+25=386 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.75% from 386); Green value is 196 (76.95% from 255 or 50.78% from 386); Blue value is 25 (10.16% from 255 or 6.48% from 386); Max value from RGB is 196 - color contains mainly: green. Hex color #A5C419 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C419 is #5A3BE6. Grayscale: #A7A7A7. Windows color (decimal): -5913575 or 1688741. OLE color: 1688741.

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

Color convert

RGB 165 196 25 -
CMYK 0.16 0 0.87 0.23
HSL 70.88º 0.77% 0.43% -
HSV(B) 70.88º 0.87% 0.77% -
XYZ 35.43 47.55 8.23 -
YUV 167.24 47.73 126.4 -
System Red Green Blue C M Y K H S L
Decimal 165 196 25 0.16 0 0.87 0.23 70.88 0.77 0.43
Hex A5 C4 19 10 0 57 17 47 4D 2B
Octal 245 304 31 20 0 127 27 107 115 53
Binary 10100101 11000100 11001 10000 0 1010111 10111 1000111 1001101 101011

Color Harmonies of #A5C419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C419

Black with #A5C419

Text Example


Text Example

White with #A5C419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C419; }

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

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

background-color css

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

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

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

border-color css

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

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

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