Html Css Color HEX #A3C526 Bahia

📋 copy color: '#A3C526'

red 163 ◦ green 197 ◦ blue 38

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

Shades of Bahia #A3C526

Tints of Bahia #A3C526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.55%

R = 40.95%
G = 49.5%
B = 9.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#A3C526 (or 0xA3C526) is known color: Bahia. HEX triplet: A3, C5 and 26. RGB value is (163,197,38). Sum of RGB (Red+Green+Blue) = 163+197+38=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 38 (15.23% from 255 or 9.55% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #A3C526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C526 is #5C3AD9. Grayscale: #A9A9A9. Windows color (decimal): -6044378 or 2540963. OLE color: 2540963.

HSL color Cylindrical-coordinate representation of color #A3C526: hue angle of 72.83º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A3C526 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB 163 197 38 -
CMYK 0.17 0 0.81 0.23
HSL 72.83º 0.68% 0.46% -
HSV(B) 72.83º 0.81% 0.77% -
XYZ 35.42 47.86 9.2 -
YUV 168.71 54.24 123.93 -
System Red Green Blue C M Y K H S L
Decimal 163 197 38 0.17 0 0.81 0.23 72.83 0.68 0.46
Hex A3 C5 26 11 0 51 17 49 44 2E
Octal 243 305 46 21 0 121 27 111 104 56
Binary 10100011 11000101 100110 10001 0 1010001 10111 1001001 1000100 101110

Color Harmonies of #A3C526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C526

Black with #A3C526

Text Example


Text Example

White with #A3C526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C526; }

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

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

background-color css

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

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

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

border-color css

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

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

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