Html Css Color HEX #A3C121 Bahia

📋 copy color: '#A3C121'

red 163 ◦ green 193 ◦ blue 33

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

Shades of Bahia #A3C121

Tints of Bahia #A3C121

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.61%

 BLUE value IS 33 (13.28% from 255) = 8.48%

R = 41.9%
G = 49.61%
B = 8.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#A3C121 (or 0xA3C121) is known color: Bahia. HEX triplet: A3, C1 and 21. RGB value is (163,193,33). Sum of RGB (Red+Green+Blue) = 163+193+33=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 193 (75.78% from 255 or 49.61% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C121 is #5C3EDE. Grayscale: #A6A6A6. Windows color (decimal): -6045407 or 2212259. OLE color: 2212259.

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

Color convert

RGB 163 193 33 -
CMYK 0.16 0 0.83 0.24
HSL 71.25º 0.71% 0.44% -
HSV(B) 71.25º 0.83% 0.76% -
XYZ 34.45 46.04 8.51 -
YUV 165.79 53.06 126.01 -
System Red Green Blue C M Y K H S L
Decimal 163 193 33 0.16 0 0.83 0.24 71.25 0.71 0.44
Hex A3 C1 21 10 0 53 18 47 47 2C
Octal 243 301 41 20 0 123 30 107 107 54
Binary 10100011 11000001 100001 10000 0 1010011 11000 1000111 1000111 101100

Color Harmonies of #A3C121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C121

Black with #A3C121

Text Example


Text Example

White with #A3C121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C121; }

 p { color: rgb(163,193,33); }

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

background-color css

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

 a { background-color: rgb(163,193,33); }

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

border-color css

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

 span { border-color: rgb(163,193,33); }

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