Html Css Color HEX #A5C529 Bahia

📋 copy color: '#A5C529'

red 165 ◦ green 197 ◦ blue 41

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

Shades of Bahia #A5C529

Tints of Bahia #A5C529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.17%

R = 40.94%
G = 48.88%
B = 10.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#A5C529 (or 0xA5C529) is known color: Bahia. HEX triplet: A5, C5 and 29. RGB value is (165,197,41). Sum of RGB (Red+Green+Blue) = 165+197+41=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 41 (16.41% from 255 or 10.17% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C529 is #5A3AD6. Grayscale: #AAAAAA. Windows color (decimal): -5913303 or 2737573. OLE color: 2737573.

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

Color convert

RGB 165 197 41 -
CMYK 0.16 0 0.79 0.23
HSL 72.31º 0.66% 0.47% -
HSV(B) 72.31º 0.79% 0.77% -
XYZ 35.88 48.09 9.49 -
YUV 169.65 55.4 124.68 -
System Red Green Blue C M Y K H S L
Decimal 165 197 41 0.16 0 0.79 0.23 72.31 0.66 0.47
Hex A5 C5 29 10 0 4F 17 48 42 2F
Octal 245 305 51 20 0 117 27 110 102 57
Binary 10100101 11000101 101001 10000 0 1001111 10111 1001000 1000010 101111

Color Harmonies of #A5C529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C529

Black with #A5C529

Text Example


Text Example

White with #A5C529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C529; }

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

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

background-color css

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

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

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

border-color css

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

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

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