Html Css Color HEX #A3C228 Bahia

📋 copy color: '#A3C228'

red 163 ◦ green 194 ◦ blue 40

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

Shades of Bahia #A3C228

Tints of Bahia #A3C228

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.87%

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

R = 41.06%
G = 48.87%
B = 10.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#A3C228 (or 0xA3C228) is known color: Bahia. HEX triplet: A3, C2 and 28. RGB value is (163,194,40). Sum of RGB (Red+Green+Blue) = 163+194+40=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 40 (16.02% from 255 or 10.08% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C228 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C228 is #5C3DD7. Grayscale: #A7A7A7. Windows color (decimal): -6045144 or 2671267. OLE color: 2671267.

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

Color convert

RGB 163 194 40 -
CMYK 0.16 0 0.79 0.24
HSL 72.08º 0.66% 0.46% -
HSV(B) 72.08º 0.79% 0.76% -
XYZ 34.78 46.52 9.15 -
YUV 167.18 56.23 125.02 -
System Red Green Blue C M Y K H S L
Decimal 163 194 40 0.16 0 0.79 0.24 72.08 0.66 0.46
Hex A3 C2 28 10 0 4F 18 48 42 2E
Octal 243 302 50 20 0 117 30 110 102 56
Binary 10100011 11000010 101000 10000 0 1001111 11000 1001000 1000010 101110

Color Harmonies of #A3C228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C228

Black with #A3C228

Text Example


Text Example

White with #A3C228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C228; }

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

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

background-color css

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

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

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

border-color css

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

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

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