Html Css Color HEX #A3C428 Bahia

📋 copy color: '#A3C428'

red 163 ◦ green 196 ◦ blue 40

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

Shades of Bahia #A3C428

Tints of Bahia #A3C428

RGB

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

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

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

R = 40.85%
G = 49.12%
B = 10.03%

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

#A3C428 (or 0xA3C428) is known color: Bahia. HEX triplet: A3, C4 and 28. RGB value is (163,196,40). Sum of RGB (Red+Green+Blue) = 163+196+40=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 196 (76.95% from 255 or 49.12% from 399); Blue value is 40 (16.02% from 255 or 10.03% from 399); Max value from RGB is 196 - color contains mainly: green. Hex color #A3C428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C428 is #5C3BD7. Grayscale: #A8A8A8. Windows color (decimal): -6044632 or 2671779. OLE color: 2671779.

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

Color convert

RGB 163 196 40 -
CMYK 0.17 0 0.80 0.23
HSL 72.69º 0.66% 0.46% -
HSV(B) 72.69º 0.8% 0.77% -
XYZ 35.23 47.42 9.3 -
YUV 168.35 55.57 124.18 -
System Red Green Blue C M Y K H S L
Decimal 163 196 40 0.17 0 0.80 0.23 72.69 0.66 0.46
Hex A3 C4 28 11 0 50 17 49 42 2E
Octal 243 304 50 21 0 120 27 111 102 56
Binary 10100011 11000100 101000 10001 0 1010000 10111 1001001 1000010 101110

Color Harmonies of #A3C428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C428

Black with #A3C428

Text Example


Text Example

White with #A3C428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C428; }

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

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

background-color css

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

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

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

border-color css

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

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

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