Html Css Color HEX #A3C528 Bahia

📋 copy color: '#A3C528'

red 163 ◦ green 197 ◦ blue 40

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

Shades of Bahia #A3C528

Tints of Bahia #A3C528

RGB

 RED value IS 163 (64.06% from 255) = 40.75%

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

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

R = 40.75%
G = 49.25%
B = 10%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#A3C528 (or 0xA3C528) is known color: Bahia. HEX triplet: A3, C5 and 28. RGB value is (163,197,40). Sum of RGB (Red+Green+Blue) = 163+197+40=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 197 (77.34% from 255 or 49.25% from 400); Blue value is 40 (16.02% from 255 or 10% from 400); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C528 is #5C3AD7. Grayscale: #A9A9A9. Windows color (decimal): -6044376 or 2672035. OLE color: 2672035.

HSL color Cylindrical-coordinate representation of color #A3C528: hue angle of 72.99º 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 #A3C528 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 163 197 40 -
CMYK 0.17 0 0.80 0.23
HSL 72.99º 0.66% 0.46% -
HSV(B) 72.99º 0.8% 0.77% -
XYZ 35.45 47.87 9.38 -
YUV 168.94 55.24 123.77 -
System Red Green Blue C M Y K H S L
Decimal 163 197 40 0.17 0 0.80 0.23 72.99 0.66 0.46
Hex A3 C5 28 11 0 50 17 49 42 2E
Octal 243 305 50 21 0 120 27 111 102 56
Binary 10100011 11000101 101000 10001 0 1010000 10111 1001001 1000010 101110

Color Harmonies of #A3C528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C528

Black with #A3C528

Text Example


Text Example

White with #A3C528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C528; }

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

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

background-color css

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

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

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

border-color css

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

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

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