Html Css Color HEX #A3C21D Bahia

📋 copy color: '#A3C21D'

red 163 ◦ green 194 ◦ blue 29

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

Shades of Bahia #A3C21D

Tints of Bahia #A3C21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.51%

R = 42.23%
G = 50.26%
B = 7.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#A3C21D (or 0xA3C21D) is known color: Bahia. HEX triplet: A3, C2 and 1D. RGB value is (163,194,29). Sum of RGB (Red+Green+Blue) = 163+194+29=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C21D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C21D is #5C3DE2. Grayscale: #A6A6A6. Windows color (decimal): -6045155 or 1950371. OLE color: 1950371.

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

Color convert

RGB 163 194 29 -
CMYK 0.16 0 0.85 0.24
HSL 71.27º 0.74% 0.44% -
HSV(B) 71.27º 0.85% 0.76% -
XYZ 34.62 46.46 8.31 -
YUV 165.92 50.73 125.92 -
System Red Green Blue C M Y K H S L
Decimal 163 194 29 0.16 0 0.85 0.24 71.27 0.74 0.44
Hex A3 C2 1D 10 0 55 18 47 4A 2C
Octal 243 302 35 20 0 125 30 107 112 54
Binary 10100011 11000010 11101 10000 0 1010101 11000 1000111 1001010 101100

Color Harmonies of #A3C21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C21D

Black with #A3C21D

Text Example


Text Example

White with #A3C21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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