Html Css Color HEX #A3C213 Bahia

📋 copy color: '#A3C213'

red 163 ◦ green 194 ◦ blue 19

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

Shades of Bahia #A3C213

Tints of Bahia #A3C213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.05%

R = 43.35%
G = 51.6%
B = 5.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#A3C213 (or 0xA3C213) is known color: Bahia. HEX triplet: A3, C2 and 13. RGB value is (163,194,19). Sum of RGB (Red+Green+Blue) = 163+194+19=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 194 (76.17% from 255 or 51.60% from 376); Blue value is 19 (7.81% from 255 or 5.05% from 376); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C213 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C213 is #5C3DEC. Grayscale: #A5A5A5. Windows color (decimal): -6045165 or 1295011. OLE color: 1295011.

HSL color Cylindrical-coordinate representation of color #A3C213: hue angle of 70.63º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3C213 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 194 19 -
CMYK 0.16 0 0.90 0.24
HSL 70.63º 0.82% 0.42% -
HSV(B) 70.63º 0.9% 0.76% -
XYZ 34.51 46.42 7.76 -
YUV 164.78 45.73 126.73 -
System Red Green Blue C M Y K H S L
Decimal 163 194 19 0.16 0 0.90 0.24 70.63 0.82 0.42
Hex A3 C2 13 10 0 5A 18 47 52 2A
Octal 243 302 23 20 0 132 30 107 122 52
Binary 10100011 11000010 10011 10000 0 1011010 11000 1000111 1010010 101010

Color Harmonies of #A3C213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C213

Black with #A3C213

Text Example


Text Example

White with #A3C213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C213; }

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

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

background-color css

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

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

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

border-color css

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

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

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