Html Css Color HEX #A5C528 Bahia

📋 copy color: '#A5C528'

red 165 ◦ green 197 ◦ blue 40

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

Shades of Bahia #A5C528

Tints of Bahia #A5C528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.95%

R = 41.04%
G = 49%
B = 9.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#A5C528 (or 0xA5C528) is known color: Bahia. HEX triplet: A5, C5 and 28. RGB value is (165,197,40). Sum of RGB (Red+Green+Blue) = 165+197+40=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 40 (16.02% from 255 or 9.95% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #A5C528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C528 is #5A3AD7. Grayscale: #AAAAAA. Windows color (decimal): -5913304 or 2672037. OLE color: 2672037.

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

Color convert

RGB 165 197 40 -
CMYK 0.16 0 0.80 0.23
HSL 72.23º 0.66% 0.46% -
HSV(B) 72.23º 0.8% 0.77% -
XYZ 35.87 48.09 9.4 -
YUV 169.53 54.9 124.77 -
System Red Green Blue C M Y K H S L
Decimal 165 197 40 0.16 0 0.80 0.23 72.23 0.66 0.46
Hex A5 C5 28 10 0 50 17 48 42 2E
Octal 245 305 50 20 0 120 27 110 102 56
Binary 10100101 11000101 101000 10000 0 1010000 10111 1001000 1000010 101110

Color Harmonies of #A5C528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C528

Black with #A5C528

Text Example


Text Example

White with #A5C528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C528; }

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

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

background-color css

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

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

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

border-color css

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

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

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