Html Css Color HEX #A3C013 Bahia

📋 copy color: '#A3C013'

red 163 ◦ green 192 ◦ blue 19

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

Shades of Bahia #A3C013

Tints of Bahia #A3C013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.34%

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

R = 43.58%
G = 51.34%
B = 5.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#A3C013 (or 0xA3C013) is known color: Bahia. HEX triplet: A3, C0 and 13. RGB value is (163,192,19). Sum of RGB (Red+Green+Blue) = 163+192+19=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 19 (7.81% from 255 or 5.08% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C013 is #5C3FEC. Grayscale: #A4A4A4. Windows color (decimal): -6045677 or 1294499. OLE color: 1294499.

HSL color Cylindrical-coordinate representation of color #A3C013: hue angle of 70.06º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3C013 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 192 19 -
CMYK 0.15 0 0.90 0.25
HSL 70.06º 0.82% 0.41% -
HSV(B) 70.06º 0.9% 0.75% -
XYZ 34.07 45.53 7.61 -
YUV 163.61 46.39 127.57 -
System Red Green Blue C M Y K H S L
Decimal 163 192 19 0.15 0 0.90 0.25 70.06 0.82 0.41
Hex A3 C0 13 F 0 5A 19 46 52 29
Octal 243 300 23 17 0 132 31 106 122 51
Binary 10100011 11000000 10011 1111 0 1011010 11001 1000110 1010010 101001

Color Harmonies of #A3C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C013

Black with #A3C013

Text Example


Text Example

White with #A3C013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C013; }

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

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

background-color css

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

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

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

border-color css

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

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

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