Html Css Color HEX #A3C314 Bahia

📋 copy color: '#A3C314'

red 163 ◦ green 195 ◦ blue 20

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

Shades of Bahia #A3C314

Tints of Bahia #A3C314

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.59%

 BLUE value IS 20 (8.2% from 255) = 5.29%

R = 43.12%
G = 51.59%
B = 5.29%

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

#A3C314 (or 0xA3C314) is known color: Bahia. HEX triplet: A3, C3 and 14. RGB value is (163,195,20). Sum of RGB (Red+Green+Blue) = 163+195+20=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 195 (76.56% from 255 or 51.59% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 195 - color contains mainly: green. Hex color #A3C314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C314 is #5C3CEB. Grayscale: #A6A6A6. Windows color (decimal): -6044908 or 1360803. OLE color: 1360803.

HSL color Cylindrical-coordinate representation of color #A3C314: hue angle of 70.97º degrees, saturation: 0.81, 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 #A3C314 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 195 20 -
CMYK 0.16 0 0.90 0.24
HSL 70.97º 0.81% 0.42% -
HSV(B) 70.97º 0.9% 0.76% -
XYZ 34.75 46.87 7.88 -
YUV 165.48 45.9 126.23 -
System Red Green Blue C M Y K H S L
Decimal 163 195 20 0.16 0 0.90 0.24 70.97 0.81 0.42
Hex A3 C3 14 10 0 5A 18 47 51 2A
Octal 243 303 24 20 0 132 30 107 121 52
Binary 10100011 11000011 10100 10000 0 1011010 11000 1000111 1010001 101010

Color Harmonies of #A3C314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C314

Black with #A3C314

Text Example


Text Example

White with #A3C314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C314; }

 p { color: rgb(163,195,20); }

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

background-color css

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

 a { background-color: rgb(163,195,20); }

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

border-color css

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

 span { border-color: rgb(163,195,20); }

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